Advertisement
Guest User

Untitled

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