Thema: rage
Einzelnen Beitrag anzeigen
Ungelesen 12.10.11, 23:54   #3
2702
Anfänger
 
Benutzerbild von 2702
 
Registriert seit: Jan 2011
Beiträge: 5
Bedankt: 8
2702 ist noch neu hier! | 0 Respekt Punkte
Standard

// 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"
2702 ist offline   Mit Zitat antworten