19.09.2012, 17:19
or maybe they are defined maybe you are using them the wrong way try to use this instead.
COLOR_Red = COLOR_RED
COLOR_Yellowe = COLOR_YELLOW
If it is not defined the as "Blowfish" said define them by adding
COLOR_Red = COLOR_RED
COLOR_Yellowe = COLOR_YELLOW
If it is not defined the as "Blowfish" said define them by adding
pawn Код:
#define COLOR_RED 0xFF0000FF
#define COLOR_YELLOW 0xFFFF00FF