SA-MP Forums Archive
help with kill 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: help with kill timer! (/showthread.php?tid=269407)



help with kill timer! - Honest_Player - 16.07.2011

this post is deleted cu i complete this with a help thanks


Re: help with kill timer! - Johnson_boy - 16.07.2011

Create global variable for your timer.

pawn Код:
new ourTimer;
ourTimer = SetTimer("moneybag", 4000, true);
KillTimer(ourTimer);