30.08.2011, 10:02
I've been wondering if it's possible to make this
be read by compiler like this
I tried to make a macro for that but I'm not very familiar with macros. Any ideas?
pawn Код:
if(var == 3 ... 5)
pawn Код:
if(3 <= var <= 5)