// Vehicle Gunner Mode Bindings
// ================================================== ==============================
bindset 4
unbindall
// Keyboard
bind "r" "_reload"
bind "x" "_quickuse"
bind "e" "_weap5" // exit vehicle
// Mouse
bind "MOUSE1" "_attack1" // left mouse button
bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"
// ================================================== ==============================
// Vehicle Passenger Mode Bindings
// ================================================== ==============================
bindset 5
unbindall
bind "e" "_weap5" // exit vehicle
//================================================== ============================
// Joystick Bindings
//================================================== ============================
exec joystick.cfg
// Always go back to bindset 0 before exiting the config
bindset 0
bind "h" "god"
bind "j" "give ammo"
bind "k" "give cash 9999"
bind "l" "noclip"
|