SA-MP Forums Archive
Color Codes - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Color Codes (/showthread.php?tid=322635)



Color Codes - Franco Falcone - 03.03.2012

Код:
#define COLOR_NEWS 0xFFA500AA
#define COLOR_OOC 0xE0FFFFAA
#define COLOR_ORANGE 0xFF9900AA
#define TEAM_BLUE_COLOR 0x8D8DFF00
Where it says "0x8D8DFF00" thats the type of code I need..

I've been looking around and I get codes like #FF002 or whatever but I need this type to add in my script for a new Team Color. If you know a site, etc. Please post, thanks.


Re: Color Codes - JJB562 - 03.03.2012

Here's a list containing some colors with there codes:

https://sampforum.blast.hk/showthread.php?tid=177916


Re: Color Codes - Lakiya - 03.03.2012

Here you go,
https://sampwiki.blast.hk/wiki/Hex_colours

(Put 0x infront)