SA-MP Forums Archive
[HELP] Color Blue - 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: [HELP] Color Blue (/showthread.php?tid=525103)



[HELP] Color Blue - NewbieTester - 10.07.2014

Hey Guys , Can Someone give me the Color Code of Blue ? Like the LSPD color ?
+Rep if Helped

Like This


Re: [HELP] Color Blue - killing - 10.07.2014

#define BLUE 0x0000FFFF


Re: [HELP] Color Blue - madalin912 - 10.07.2014

pawn Код:
#define BLUE 0x1229FAFF
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COLOR_BLUE 0x2641FEAA
#define COLOR_DBLUE 0x2641FEAA
#define COLOR_1BLUE 0x0080FFFF



Re: [HELP] Color Blue - AlonzoTorres - 10.07.2014

0xRRGGBBTT (R = RED, G = GREEN, B = BLUE, T = Transparency);
FULL BLUE WITHOUT TRANSPARENCY = 0x0000FFFF. This is HEX.


Re: [HELP] Color Blue - Isolated - 10.07.2014

If everyone hadn't already given you the answer, I would point you attention to a wonderful site.

Also, we do not work on a "REP" theme. Rep has no effect on anyone's life.


Re: [HELP] Color Blue - arlindi - 10.07.2014

PHP код:
#define COLOR_BLUE 0x2641FEAA 



Re: [HELP] Color Blue - Diverse - 10.07.2014

www.color-hex.com -- Helps me ALOT.