22.06.2014, 03:30
Se eu nгo me engano nгo tem como. Mas tente:
pawn Код:
new nome[24];
GetPlayerName(playerid, nome, 24);
new string[128];
format(string,sizeof(string),"[%d] %s: %s",playerid,nome,text);
SendPlayerMessageToAll(playerid,string);