20.12.2012, 21:28
COLOR_WHITE was in fact your problem. These are very capable of causing these errors, as for implementation, they need to be in the form of {FFFFFF} rather than hexadecimal values such as 0xFFFFFFFF. Therefore, just change the line to:
pawn Код:
#define COLOR_WHITE {FFFFFF}