Errors
#2

The problem is "COL_WHITE". I'm guessing that you using this to embed colors into text, so your #define would look like this:
pawn Код:
#define COL_WHITE "{FFFFFF}"
Whereas you need something like this:
pawn Код:
#define COLOR_WHITE 0xFFFFFFFF
Then replace all 'COL_WHITE' with 'COLOR_WHITE'. Basically, you're using a string where you're meant to be using a hexadecimal/integer value.
Reply


Messages In This Thread
Errors - by alexanderjb918 - 27.08.2015, 07:35
Re: Errors - by Threshold - 27.08.2015, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)