28.08.2013, 13:50
pawn Код:
CMD:limparchat(playerid)
{
for(new i = 0; i <MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
for(new x = 0; x < 50; x++)
{
SendClientMessage(x, -1, " ");
}
}
}
new pt[128], ptname[MAX_PLAYER_NAME];
GetPlayerName(playerid, ptname, MAX_PLAYER_NAME);
format(pt, sizeof(pt), "Chat limpo por %s.", ptname);
SendClientMessageToAll( -1, pt ) ;
return 1;
}
e o /vercmds isto aqui deve servir
http://forum.sa-mp.com/showpost.php?...79&postcount=6