SA-MP Forums Archive
timer - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: timer (/showthread.php?tid=68654)



timer - Schock - 12.03.2009

i use
pawn Код:
SetTimer("...", 1000, 0); // special look at the 0 on end
need i
pawn Код:
KillTimer();
?


Re: timer - [RP]Rav - 12.03.2009

you only need KillTimer() to stop a timer function before it's executed..