27.03.2012, 23:08
@EDIT
pawn Код:
new string[128];
new nick[MAX_PLAYER_NAME];
GetPlayerName(playerid, nick, MAX_PLAYER_NAME);
format(string, sizeof(string),"{%x}%s", ((GetPlayerColor(playerid) >>> 8)), nick);