23.09.2013, 20:24
EriesJohnson, there are quite a few problems in that code... try this instead:
pawn Код:
CMD:clearchat(playerid, params[])
{
for(new i = 0; i < 100; i ++)
{
SendClientMessageToAll(0xFFFFFFFF, "");
}
return 1;
}