08.04.2013, 05:27
Quote:
|
Nгo tem como tirar e do prуprio SA-MP.
ou use, PHP код:
|
pawn Код:
ClearChat ( playerid )
{
for ( new i = 0; i < 100; i++ )
SendClientMessage ( playerid, -1, " " );
return 1;
}
ClearChatAll ( )
{
for ( new i = 0; i < 100; i++ )
SendClientMessageToAll ( -1, " " );
return 1;
}
===============================================
Dк uma olhada nesse script que o Rjjj fez.


