How to kill a SetTimerEx
#2

For this you need create a variable to indentifiers the ID of the timer.

Example:

new timerid[MAX_PLAYERS];

On the moment what the timer is created:

timerid[playerid] = SetTimerEx...;

And to kill him:

KillTimer(timerid[playerid]);
Reply


Messages In This Thread
How to kill a SetTimerEx - by Sascha - 02.09.2010, 15:17
Re: How to kill a SetTimerEx - by CyNiC - 02.09.2010, 15:20
Re: How to kill a SetTimerEx - by Sascha - 02.09.2010, 15:23

Forum Jump:


Users browsing this thread: 2 Guest(s)