Diabalotia

soldier.cfg

Dec 19th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. exec binds
  2.  
  3. bind "mouse1" "+rockets"
  4. alias "+rockets" "slot1; +attack"
  5. alias "-rockets" "-attack"
  6.  
  7. bind "mouse2" "+rocketjump"
  8. alias +rocketjump "slot1; +duck; +attack; +jump; r_drawviewmodel 1"
  9. alias -rocketjump "slot1; -duck; -attack; -jump; r_drawviewmodel 1"
  10.  
  11. bind "mouse3" "+cowmangler"
  12. alias +cowmangler "+attack2"
  13. alias -cowmangler "-attack2"
  14.  
  15. bind "mouse4" "+shotty"
  16. alias "+shotty" "slot2; +attack; r_drawviewmodel 0"
  17. alias "-shotty" "-attack; r_drawviewmodel 0"
  18.  
  19. bind "mouse5" "+pick"
  20. alias "+pick" "slot3; +attack; r_drawviewmodel 1"
  21. alias "-pick" "-attack; r_drawviewmodel 1"
Add Comment
Please, Sign In to add comment