color problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: color problem (
/showthread.php?tid=141654)
color problem -
[DRD]Rodney - 14.04.2010
#99000F
This is a dark-red color.
How do I put it in #define good
I have tried 0x99000F but it is green color :/
Re: color problem -
DarkPower - 14.04.2010
#define COLOR_DARK_RED 0x5F0000FF
Re: color problem -
johnnyc - 14.04.2010
#define COLOR_RED 0xAA3333AA this is the red color, anyways yours is not the red
Re: color problem -
dice7 - 14.04.2010
Please do not post if you have no idea what you're talking about
0x
r g b transparency
In your case
pawn Код:
#define COLOR_RED 0x99000FFF
Re: color problem -
[DRD]Rodney - 14.04.2010
Erm look in my topic it said I already tried that
[EFS] gave me the good color, thx
[EFS] How did u convert please tell
Re: color problem -
Thrarod - 14.04.2010
FF = White - Brighter R G B 00 = Black - Darker R G B
Between those
00,11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF
Also
Код:
#define COLOR_DARKRED #800000 // Also maroon