24.04.2012, 22:35
Inside of my user files, colours are saved like so;
So what I'm trying to do is..
How would I go about doing this?
Quote:
Colour = FFFFFF |
pawn Код:
format( colStr, sizeof( colStr ), "0x%sFF", accInfo [ playerid ] [ Colour ] );
SetPlayerColor( playerid, colStr );