28.03.2013, 18:56
Quote:
if(HOLDING(KEY_AIM) && PRESSED(KEY_FIRE))
KEY_AIM isn't defined by default. Add this at the top of your script: #define KEY_AIM KEY_HANDBRAKE Also, HOLDING() and PRESSED() are macros that can be found here: https://sampwiki.blast.hk/wiki/GetPlayerKeys Help to happy, am I. |