29.03.2017, 15:06
pawn Код:
CMD:clearchat( playerid, params[ ] ){
for( new i = 0; i < 20; i++ ){ // 20 because that's the maximum amount of chat-lines and sending more messages than intended would be useless
SendClientMessageToAll( -1, "" ) ;
}
return 1 ;
}