TimerEx - 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: TimerEx (
/showthread.php?tid=504060)
TimerEx -
halil69 - 01.04.2014
Hello,
For example I have this timer : SetTimerEx("EndAntiSpawnKill", 5000, false, "i", playerid);
Needed to Use KillTimer for kill this timer or Not ?
Thanks.
Re: TimerEx -
doreto - 01.04.2014
In this case timer will be "killed" in 5 seconds and it wan't repeat, so no you don't need to kill him.
Re : TimerEx -
halil69 - 01.04.2014
Timer is Killed automatically ?