21.06.2009, 20:00
I saw your example, i can't find the color for orange, as the "Player_Name"
Код:
public OnPlayerText(playerid,text[]) { new string[2][MAX_PLAYER_NAME]; GetPlayerName(playerid,string[0],sizeof(string[])); GetPlayerName(playerid,string[1],sizeof(string[])); format(string[0],sizeof(string[]),"[%d]%s",playerid,string[0]); SetPlayerName(playerid,string[0]); SendPlayerMessageToAll(playerid,text); SetPlayerName(playerid,string[1]); return 0; }