27.06.2011, 15:47
Add in the top of script
Edit: Wow to slow
pawn Код:
#define PRESSED(%0)\
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))