24.08.2011, 16:27
This is a quick example of how to turn the output of GetPlayerColor into a valid color code.
pawn Код:
format(string, sizeof(string), "{%06x}", (GetPlayerColor(playerid) >>> 8));