SA-MP Forums Archive
Timers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Timers (/showthread.php?tid=619719)



Timers - MerryDeer - 21.10.2016

Timer IDs are never used twice. You can use KillTimer() on a timer ID and it won't matter if it's running or not.

So mean if i make call timers and ID will by more than max number 2,147,483,647, then will start buggs?


Re: Timers - Kaliber - 21.10.2016

What the hell dude...yes why should u ran 2 billion timers?!

Before you do that...your CPU says good bye


Re: Timers - Vince - 21.10.2016

Think for a moment, please. Even if you set a new timer every millisecond it would take almost 25 days (!) for the counter to overflow, and in that time the server will (or should) have restarted at least once.


Re: Timers - Logic_ - 21.10.2016

This guy is really needs some one from his country to help him understand.