08.05.2012, 06:07
You have named the timer timerend how do this.
When give a name to the timer.
Then you need to KillTimer OnPlayerEnterChecpoint KillTimer(timerendA);
pawn Код:
forward timerend(playerid);
public timerend(playerid)
{
//sendclientmessage the public timerid is what happens when the timer is done
return 1;
}
pawn Код:
timerendA = SetTimerEx("timerend",6000,false,"i",3550);