Timer Problem
#1

why does my timer go okay at first, then it goes very fast. and no update anything..

farmer = SetTimerEx("SetFarmer ", 1000, 1, "d", playerid);


.. goes fast and faster.. from normal to fast and faster.. why??how can I fix?
Reply
#2

If I understood what you're asking correctly, then this should fix it:
https://sampforum.blast.hk/showthread.php?tid=435525
or
https://sampforum.blast.hk/showthread.php?tid=571505

Timers are bugged, their interval isn't accurate (It's about 20-25% off)
Reply
#3

why is it bugged??why timer got bugged??
Reply
#4

Means you're creating more and more timers without killing off the other ones which will eventually result in dozens of timers, firing one after the other at different intervals.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)