22.03.2014, 11:44
In order to use colour embedding is strings, it needs to be: "{RRGGBB}" instead of: 0xRRGGBBAA
So for example:
So for example:
pawn Код:
#define COL_BLUE "{0000FF}"
#define COL_WHITE "{FFFFFF}"
#define COL_GREEN "{00FF00}"