30.10.2010, 20:44
Acho que й isto:
pawn Код:
public
OnPlayerCommandText(playerid, cmdtext[])
{
new string[128];
new Nome[40];
GetPlayerName(playerid, Nome,(sizeof(Nome)));
format(string, sizeof(string),"%s, Digitou o comando %s",Nome,cmdtext);
printf(string);
return 0;
}

