Enter interior with F bug
#2

pawn Код:
#define HOLDING(%0)   ((newkeys & (%0)) == (%0))
#define PRESSED(%0)   (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
#define RELEASED(%0)   (((newkeys & (%0)) != (%0)) && ((oldkeys & (%0)) == (%0)))

if(PRESSED(KEY_SECONDARY_ATTACK))
Reply


Messages In This Thread
Enter interior with F bug - by DTV - 24.07.2014, 18:45
Respuesta: Enter interior with F bug - by SickAttack - 24.07.2014, 20:02
Re: Enter interior with F bug - by DTV - 24.07.2014, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)