19.07.2011, 11:28
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;
}