20.01.2013, 16:25
Quote:
here is the line: pawn Код:
|
Instead of that (Note* this is only 1 part)
Код:
{ for( new i = 0; i <= 100; i ++ ) SendClientMessageToAll( -1, "" ); } return 1; }
Код:
{ for( new i = 0; i <= 100; i ++ ) SendClientMessageToAll( -1, "" ); return 1; } }
Код:
COMMAND:clearchat(playerid,params[]) { if( PlayerInfo[ playerid ][ pAdmin ] >= 1 ) return SendClientMessage( playerid, COLOR_RED, "ERROR: You must be level 1 to use this command!" ); { for( new i = 0; i <= 100; i ++ ) SendClientMessageToAll( -1, "" ); return 1; } }