21.02.2012, 12:58
by the way.. i done it like that.
Onthetop
Onplayercommandtext
onplayerstatechange
Twisted insane - your way didnt work. It kills timer and doing command instantly. But thanks for help. appreciate every reply with attempts to help.
Onthetop
pawn Код:
new teleSF;
pawn Код:
if(strcmp(cmdtext, "/sf", true) == 0)
{
teleSF = SetTimerEx("SFtele",5000,false,"i",playerid);
SendClientMessage(playerid, COLOR_WHITE,"** Wait 5 seconds...");
return 1;
}
pawn Код:
KillTimer(teleSF);