SetTimer and SetTimerEx
#5

SetTimer is for calling functions with no parameters.
SetTimerEx is for calling functions with params.

To kill any timer.
pawn Код:
new timer = SetTimerEx("somefunc", 1000, false, "dd", 1, 3);
KillTimer(timer);
Reply


Messages In This Thread
SetTimer and SetTimerEx - by Xtreme Brotherz - 17.04.2012, 03:11
Re: SetTimer and SetTimerEx - by sampmark05 - 17.04.2012, 03:14
Re: SetTimer and SetTimerEx - by Jonny5 - 17.04.2012, 03:34
Re: SetTimer and SetTimerEx - by ReneG - 17.04.2012, 04:14
Re: SetTimer and SetTimerEx - by iggy1 - 17.04.2012, 09:47

Forum Jump:


Users browsing this thread: 1 Guest(s)