21.02.2012, 12:21
Hey!!
I have question. I have this command:
When time is up there is this thing
Okey now to the question. How to stop timer. like im on the foot i type /sf and timer starts in that time i jump in the car and when im in car timer stops like nothing happened. i dont need that car getting in stuff just how to stop timer without executing public SFtele. i hope you understand me.
Thanks a lot for help!
I have question. I have this command:
pawn Код:
if(strcmp(cmdtext, "/sf", true) == 0)
{
SetTimerEx("SFtele",5000,false,"i",playerid);
SendClientMessage(playerid, COLOR_WHITE,"** Wait 5 seconds...");
return 1;
}
pawn Код:
public SFtele(playerid)
{
//there is my things and stuff.
return 1;
}
Thanks a lot for help!