Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. alias gun "slot1; viewmodel_fov 70; fov_desired 70; r_drawviewmodel 1; sensitivity 1.5; cl_crosshair_scale 32; bind q gun3; bind mouse1 +shoe; bind mwheeldown gun2; bind mwheelup gun3"
  2.  
  3. alias gun2 "slot2; viewmodel_fov 70; fov_desired 90; r_drawviewmodel 1; sensitivity 1.5; cl_crosshair_scale 32; bind q gun3; bind mouse1 +shoot; bind mwheeldown gun3; bind mwheelup gun"
  4.  
  5. alias gun3 "slot3; viewmodel_fov 70; fov_desired 90; r_drawviewmodel 1; sensitivity 1.5; cl_crosshair_scale 32; bind q gun; bind mouse1 +shoop; bind mwheeldown gun; bind mwheelup gun2"
  6.  
  7.  
  8. alias +shoe "+attack; r_drawviewmodel 0; spec_next"
  9. alias -shoe "-attack"
  10.  
  11. alias +shoot "+attack; r_drawviewmodel 1; spec_next"
  12. alias -shoot "-attack"
  13.  
  14. alias +shoop "+attack; r_drawviewmodel 1; spec_next"
  15. alias -shoop "-attack"
  16.  
  17. alias +snoop "+attack; r_drawviewmodel 1; spec_next"
  18. alias -snoop "-attack"
  19.  
  20. alias +watch "+attack2; r_drawviewmodel 1; spec_prev"
  21. alias -watch "-attack2"
  22.  
  23. bind 1 gun
  24. bind 2 gun2
  25. bind 3 gun3
  26. bind 4 slot4
  27. bind 5 slot5
  28. bind mouse2 +watch
  29. bind mwheelup gun2
  30.  
  31. bind mouse3 "lastdisguise"
  32.  
  33. gun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement