Advertisement
Guest User

Untitled

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