[HELP] Eror
#2

To use KillTimer, you have to create a new timer first.

Example:

pawn Код:
//At the top of your script.
new MyTimer;

//When you want to start your timer..
MyTimer = SetTimer("function", 5000, true);

//Somewhere in your cmd or when you want to stop the timer..
KillTimer(MyTimer);
Learn more about timers here:
SetTimer
KillTimer
Reply


Messages In This Thread
[HELP] Eror - by TeRmi[N]aTor - 26.06.2011, 15:42
Re: [HELP] Eror - by iPLEOMAX - 26.06.2011, 15:50
Re: [HELP] Eror - by TeRmi[N]aTor - 26.06.2011, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)