22.01.2015, 07:16
You need to use two different definitions one for normal usage and the other for strings
pawn Код:
#define COLOR_BLACK 0x000000AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_GREEN 0x00FF00AA
#define STR_COLOR_BLACK "{000000}"
#define STR_COLOR_WHITE "{FFFFFF}"
#define STR_COLOR_GREEN "{00FF00}"