[HELP] color - 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 (
/showthread.php?tid=478348)
[HELP] color -
Luca12 - 29.11.2013
How can get from this color
something like this but I want here the same color here like that one
if you know what I mean
Re: [HELP] color -
Konstantinos - 29.11.2013
No, I don't know what you mean. Would you mind to explain it again?
Re: [HELP] color -
Luca12 - 29.11.2013
I don't know how but I will try so this I asking beacuse this is for house I mean on house label says owner of the house that color {0ed400} and white go for %s so I want that color for when I see that label I want it to be transparent label but so this color I want to be transparent in this code: 0x00FFFFFF this is now 0.3 color if you know what I mean?
Re: [HELP] color -
ikbenremco - 29.11.2013
He wants to embed a line.
I use this:
0x
00FFFFFF
Place the red between in {00FFFF}
Or if you want this in a COLOR.
0x0ed400
FF
Place 0x Infront and FF after.
Re: [HELP] color -
Luca12 - 29.11.2013
ok but how can I make transparent color in that is there on the end go AA or FF
Re: [HELP] color -
RajatPawar - 29.11.2013
pawn Код:
#define COLOR_TRANSPARENT 0xRRGGBB00
I believe this is the color you're looking for?
Re: [HELP] color -
ikbenremco - 29.11.2013
Change the FF to something you like such as AA.