01.07.2014, 10:24
pawn Код:
dcmd_adcc(playerid,params[])
{
#pragma unused params
for(new i = 0; i < 250; i++) SendClientMessageToAll(0x00000000," ");//250 should be enough
SendClientMessageToAll(playerid, "Admin has Cleared the Chat.");
return 1;
}