18.11.2014, 13:49
pawn Код:
CMD:cc(playerid,params[])
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
new string[128];
for(new i = 0; i < 50; i++) SendClientMessageToAll(0x00000000," ");
format(string, sizeof(string), "{FFCC33}Administrator {15FF00}%s {FFCC33}has cleared the chat !", name);
SendClientMessageToAll(-1, string);
return 1;
}