Timer
#5

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


Messages In This Thread
Timer - by bleedis - 21.02.2012, 12:21
Re: Timer - by Twisted_Insane - 21.02.2012, 12:31
Re: Timer - by bleedis - 21.02.2012, 12:36
Re: Timer - by Twisted_Insane - 21.02.2012, 12:45
Re: Timer - by bleedis - 21.02.2012, 12:58
Re: Timer - by Twisted_Insane - 21.02.2012, 13:00
Re: Timer - by Toreno - 21.02.2012, 13:05
Re: Timer - by bleedis - 21.02.2012, 13:05
Re: Timer - by Toreno - 21.02.2012, 13:08
Re: Timer - by bleedis - 21.02.2012, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)