Killing a SetTimerEX 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: Killing a SetTimerEX Timer. (
/showthread.php?tid=170230)
Oops, delete please. -
DiddyBop - 22.08.2010
KillTimer isnt working for me on SetTimerEx...
IF you dont udnerstand.
Im trying to make a timer, that gets called every 1 second, for 20 seconds, Then it gets killed for the playerid.
Edit: Oops.. forgot array.
Re: Killing a SetTimerEX Timer. -
Jochemd - 22.08.2010
On Top: new Timer;
OnGameModeInit: Timer = SetTimerEx(blablabla)
And then: KillTimer(Timer);