Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. //sapper
  2. alias vmsap "bind mouse1 +sap"
  3. alias +sap "+attack;dotxhaircolor;dotxhairtype;r_drawviewmodel 1"
  4. alias -sap "-attack;dotxhaircolor;dotxhairtype"
  5.  
  6.  
  7. alias +sapper "slot2;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;vmon;fov_desired 90"
  8. alias -sapper "dotxhairtype;dotxhaircolor"
  9. bind "2" "+sapper;vmsap" //rebind to liking
  10.  
  11.  
  12. //knife
  13. alias vmon "bind mouse1 +viewmodelon"
  14. alias +viewmodelon "+attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;spec_next"
  15. alias -viewmodelon "-attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1"
  16.  
  17. alias +equip3 ";vmon;slot3;dotxhairtype;dotxhaircolor;m_yaw .0220000000;r_drawviewmodel 1;alias wpn slot3;fov_desired 90"
  18. alias -equip3 "dotxhaircolor;dotxhairtype;fov_desired 90;r_drawviewmodel 1"
  19. bind "3" +equip3 //rebind to liking
  20.  
  21.  
  22. //gun
  23. alias vmoff "bind mouse1 +viewmodeloff"
  24. alias +viewmodeloff "+attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 0;spec_next"
  25. alias -viewmodeloff "-attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 0"
  26.  
  27. alias +equip1 ";slot1;dotxhairtype;dotxhaircolor;r_drawviewmodel 0;fov_desired 70"
  28. alias -equip1 "dotxhaircolor;dotxhairtype;r_drawviewmodel 0;vmoff"
  29. bind "1" +equip1 //rebind to liking
  30.  
  31.  
  32.  
  33. //watch
  34. bind "mouse2" "+spycustomattack2"
  35. alias +spycustomattack2 ";+attack2;dotxhaircolor;dotxhairtype;r_drawviewmodel 1;spec_prev"
  36. alias -spycustomattack2 "-attack2;dotxhaircolor;dotxhairtype;r_drawviewmodel 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement