17.01.2013, 16:16
Use a color-picker tool which gives you a Hex output. For example this site: http://www.colorpicker.com/
Just select the color you want, copy the hex code above, and use it like this:
Just select the color you want, copy the hex code above, and use it like this:
pawn Код:
SetPlayerColor( playerid, 0x[HERETHEHEXCODE]FF );
//for example:
SetPlayerColor( playerid, 0xFF0000FF ); //this is 100% red