Quote:
Originally Posted by zombieking
pawn Код:
if (strcmp(cmdtext, "/countdown", true) || !strcmp(cmdtext, "/count", true)) { if(Count >= 5) { SendClientMessageToAll(COLOR_GREEN, "[SUCCES]> Countdown is started"); CountDown(); return 1; }else{ SendClientMessage(playerid, COLOR_YELLOW, "[ERROR]> Sorry, Countdown is progress...."); return 1; }
You will define the COLOR_YELLOW AND THE COLOR_GREEN cuz im too lazy
|
I don't think that's the problem