12.07.2011, 11:46
heres a list of all KEY_ constants:
https://sampwiki.blast.hk/wiki/GetPlayerKeys
you only need to change this line
to
in a vehicle the keys are asigned slightly different than on foot...
https://sampwiki.blast.hk/wiki/GetPlayerKeys
you only need to change this line
Код:
if(PRESSED(KEY_FIRE))
Код:
if(PRESSED(KEY_CROUCH))