Define 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: Define color (
/showthread.php?tid=661794)
Define color -
ShadowMortar - 15.12.2018
I want to define this color {960000}
It looks like
https://convertingcolors.com/hex-color-960000.html
I tried to #define COLOR_TCE "{960000}", shows the wrong color.
I tried to #define COLOR_TCE 0xFF960000 and it looks like the orange color.
Any help?
Re: Define color -
PFSnake - 15.12.2018
If you want to use on chat:
PHP код:
#define COLOR_TCE 0x960000FF
Re: Define color -
ShadowMortar - 15.12.2018
Quote:
Originally Posted by PFSnake
If you want to use on chat:
PHP код:
#define COLOR_TCE 0x960000FF
|
Does it work with the nametag too?