20.01.2013, 12:21
If you mean an embedded color, then the right thing to do is:
The right shift (the three chevrons) will strip off the alpha value.
pawn Код:
format(string, sizeof(string), "{%06x}Hello!", (GetPlayerColor(playerid) >>> 8));