24.07.2015, 15:56
Quote:
This error means your putting an invalid input in a function, try to compile this to understand
pawn Код:
if you put something else, for example a string instead of an integer it'll give you this error since you didn't show a specific line I guess some of your colors aren't correctly defined |
Код:
#define COL_WHITE "{FFFFFF}" #define COL_RED "{F81414}" #define COL_GREEN "{00FF22}" #define COL_LIGHTBLUE "{00CED1}"