13.07.2010, 10:34
pawn Code:
else
{
new string[128], cmd[256], idx;
cmd = strtok(cmdtext, idx);
format(string, sizeof(string), "%s is an Unknown Command. Please check /help", cmd);
SendClientMessage(playerid, COLOR_WHITE, string);
}
return 1;
}