[HELP] timer won't destroy(kill)
#3

You should use the method below to destroy a SA:MP timer, at least this is how I've always done it
This should work:
Код:
new YourTimerName;
YourTimerName = SetTimer("YourTimerCallback", 1000, true); //Replace these arguments 
KillTimer(YourTimerName);
Reply


Messages In This Thread
[HELP] timer won't destroy(kill) - by Luca12 - 17.09.2013, 21:13
Re: [HELP] timer won't destroy(kill) - by EiresJason - 18.09.2013, 05:15
Re: [HELP] timer won't destroy(kill) - by Sgt.TheDarkness - 18.09.2013, 05:21
Re: [HELP] timer won't destroy(kill) - by EiresJason - 18.09.2013, 05:24
Re: [HELP] timer won't destroy(kill) - by Sgt.TheDarkness - 18.09.2013, 05:30

Forum Jump:


Users browsing this thread: 1 Guest(s)