#1

One problem is that I would like a countdown with freeze disable
but the freeze is enable :/
pawn Код:
if(strcmp(cmdtext,"/countdown",true)==0)    {
    if(PlayerInfo[playerid][Level] >= 3) {
    CMDMessageToAdmins(playerid,"COUNTDOWN");
    cdt=6;
    CountTimer=SetTimer("countdown",1000,1);
    } else  {
    SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command");   }
    return 1;   }
Reply


Messages In This Thread
Countdown freeze enable. - by JEkvall95 - 06.10.2012, 21:54
Re: Bugs - by JEkvall95 - 06.10.2012, 22:03
Re: Bugs - by JEkvall95 - 07.10.2012, 05:30
Re: Bugs - by cyber_punk - 07.10.2012, 05:57
Re: Bugs - by JEkvall95 - 07.10.2012, 07:14
Re: Bugs - by JaKe Elite - 07.10.2012, 07:34
Re: Bugs - by JEkvall95 - 07.10.2012, 09:31

Forum Jump:


Users browsing this thread: 2 Guest(s)