17.05.2013, 08:58
Shouldn't those defines have " " around them?
I may be wrong, did you test this?
pawn Код:
#define NUMBER HELLO
#define STRING "HELLO"
print(#NUMBER);