Quote:
Originally Posted by Riddick94
Are you sure? Because it's compiling fine for me. However, try this:
pawn Код:
CMD:cc(playerid, params[]) { if(APlayerData[playerid][PlayerLevel] < 1) { for(new i = 0; i < 100; i ++) { SendClientMessageToAll(-1, " "); } SendClientMessageToAll(0x0079F2FF,"Chat Cleared!"); } return 1; }
Because it might be confusing in game later for script about your admin level and you might get spam of "Chat Cleared!" message.
|
No errors/warnings, but nothing happens in-game.