Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. // ----------------------------------------------------------------------------
  2. // Weapon aliases
  3. // ----------------------------------------------------------------------------
  4.  
  5.  
  6. alias shotgun "slot1;r_drawviewmodel 1;viewmodel_fov 75;fov_desired 90;sensitivity 3"
  7. alias pistol "slot2;r_drawviewmodel 1;viewmodel_fov 83;fov_desired 90;sensitivity 3"
  8. alias wrench "slot3;r_drawviewmodel 1;viewmodel_fov 75;fov_desired 90;sensitivity 3"
  9. alias pdaon "slot4;r_drawviewmodel 1;viewmodel_fov 83;fov_desired 90;sensitivity 3"
  10. alias pdaoff "slot5;r_drawviewmodel 1;viewmodel_fov 83;fov_desired 90;sensitivity 3"
  11.  
  12. bind "1" shotgun
  13. bind "2" pistol
  14. bind "3" wrench
  15. bind "4" pdaon
  16. bind "5" pdaoff
  17. bind mwheeldown +jump
  18. bind mwheelup shotgun
  19. bind space +jump
  20. bind mouse1 +attack
  21. bind mouse2 +attack2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement