How To Add Colors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How To Add Colors (
/showthread.php?tid=484105)
How To Add Colors -
moustafa0550 - 29.12.2013
Hi i Want Colors Blue For Skins Swat

see
Re: How To Add Colors -
Excelize - 29.12.2013
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.
Re: How To Add Colors -
davve95 - 29.12.2013
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.
Re: How To Add Colors -
kiss - 29.12.2013
Just use
pawn Код:
#define COLOR_BLUE 0x0000BBAA
SetPlayerColor(playerid, BLUE) //Under OnPlayerSpawn and find swat team.