06.10.2012, 21:54
(
Последний раз редактировалось JEkvall95; 07.10.2012 в 07:10.
)
One problem is that I would like a countdown with freeze disable
but the freeze is enable :/
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; }