13.07.2012, 14:38
Make sure you put the define line before the superjump (near includes), and copy it exactly as it is.
pawn Код:
#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))