How To Add Colors
#1

Hi i Want Colors Blue For Skins Swat
see
Reply
#2

If you mean the map colours for a player then you need to do:

Код:
#define SWAT (Colour code here) 1

//blah blah

SetPlayerColor(playerid, SWAT);
To get colours, use www.colorpicker.com.

If you mean color the skins for the player, that's not possible.
Reply
#3

You can go to www.colorpicker.com

And choose a color but you need to add 0x in front of
the color code and FF on the end.
Reply
#4

Just use

pawn Код:
#define COLOR_BLUE 0x0000BBAA

SetPlayerColor(playerid, BLUE) //Under OnPlayerSpawn and find swat team.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)