SA-MP Forums Archive
Timer Help - 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 Help (/showthread.php?tid=257199)



Timer Help - Venice - 24.05.2011

How Stop Timer When Player Dissconnect ?


Re: Timer Help - Wesley221 - 24.05.2011

pawn Код:
KillTimer(timer);



Re: Timer Help - [L3th4l] - 24.05.2011

You have to kill the timer like so:
pawn Код:
KillTimer(TimerID);
More info here: https://sampwiki.blast.hk/wiki/KillTimer


Re: Timer Help - Venice - 24.05.2011

okay thanks