Numos59 / darkrp

Automatically exported from code.google.com/p/darkrp
0 stars 2 forks source link

Gunlabs, Druglabs and Money printers broken #930

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the bug? (It has to be a DarkRP bug, nothing else!)

When spawning a gunlab, drug lab or money printer, it is impossible to get them 
to work. For example, clicking E on the gunlab produces unending sparks and an 
error

What steps will reproduce the problem?

Spawning one, then trying to use it.

Do you have any errors? serverside or clientside? If you do, which ones?

timer.Create - called wrong!

    1. lua/includes/modules/timer.lua:59 (Create)
    2. gamemodes/goldrp/entities/entities/gunlab/init.lua:92 (unknown)

;

ocliptimer.Create - called wrong!

    1. lua/includes/modules/timer.lua:59 (Create)
    2. gamemodes/goldrp/entities/entities/drug_lab/init.lua:58 (unknown)

and

timer.Simple - called wrong!

    1. lua/includes/modules/timer.lua:218 (Simple)
    2. gamemodes/goldrp/entities/entities/money_printer/init.lua:20 (unknown)
    3. [C]:-1 (Spawn)
    4. gamemodes/goldrp/gamemode/server/main.lua:846 (callback)
    5. gamemodes/goldrp/gamemode/server/chat.lua:20 (RP_PlayerChat)
    6. gamemodes/goldrp/gamemode/server/chat.lua:63 (unknown)
    7. [C]:-1 (pcall)
    8. lua/includes/modules/hook.lua:105 (unknown)

Are you using the downloaded version or an SVN revision (if SVN, which
revision number)?

Latest BETA.

Please provide any additional information below.

Nothing to add.

Original issue reported on code.google.com by rimla...@gmail.com on 26 Aug 2012 at 10:30

GoogleCodeExporter commented 8 years ago
Doesn't happen for me, I fixed the timers a while ago. Are you sure you're 
running the latest?

Original comment by fpeijnen...@gmail.com on 26 Aug 2012 at 12:58

GoogleCodeExporter commented 8 years ago

Original comment by fpeijnen...@gmail.com on 26 Aug 2012 at 9:33

GoogleCodeExporter commented 8 years ago
Hmm, apparently my Tortoise SVN marked it as a new revision, even though it 
diden't update properly. I had to re-download. Thanks, though.

Original comment by rimla...@gmail.com on 28 Aug 2012 at 2:05