SA-MP Forums Archive
Color Codes - 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: Color Codes (/showthread.php?tid=442840)



Color Codes - Beckett - 09.06.2013

------


Re: Color Codes - Avi57 - 09.06.2013

Get it :- https://sampforum.blast.hk/showthread.php?tid=369047
Than use : COLOR_Name


Re: Color Codes - Beckett - 09.06.2013

------


Re: Color Codes - Vince - 09.06.2013

Colors are just colors. You most likely forgot to add the alpha value. If you use this:
pawn Код:
#define COLOR_PINK 0xFF0088
It will render as green because the server interprets its as 0x00FF0088. Always make sure that the colors have 8 digits.


Re: Color Codes - Beckett - 09.06.2013

------