Define colors and use them - 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: Define colors and use them (
/showthread.php?tid=111383)
Define colors and use them -
Rubennnnn - 01.12.2009
NEVERMIND!
Re: Define colors and use them -
Correlli - 01.12.2009
pawn Код:
#define COLOR_RED 0xAA3333AA
Re: Define colors and use them -
Rubennnnn - 01.12.2009
Quote:
Originally Posted by Don Correlli
pawn Код:
#define COLOR_RED 0xAA3333AA
|
I already defined it, I only put the define on a wrong place in the script.
Re: Define colors and use them -
Correlli - 01.12.2009
You need to define it before you use that define.
It's best if you put it right after the sa-mp include-line.