Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. exec crosshairswitcher/switcher; scout
  2. bind "q" "weapon1; r_drawviewmodel 1; viewmodel_fov 70"
  3. bind "e" "weapon2; r_drawviewmodel 1; viewmodel_fov 70"
  4. bind "r" "weapon3; r_drawviewmodel 1; viewmodel_fov 70"
  5.  
  6.  
  7.  
  8. // Null-cancelling movement script
  9. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  10.  
  11. bind w +mfwd
  12. bind s +mback
  13. bind a +mleft
  14. bind d +mright
  15.  
  16. alias +mfwd "-back;+forward;alias checkfwd +forward"
  17. alias +mback "-forward;+back;alias checkback +back"
  18. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  19. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  20. alias -mfwd "-forward;checkback;alias checkfwd none"
  21. alias -mback "-back;checkfwd;alias checkback none"
  22. alias -mleft "-moveleft;checkright;alias checkleft none"
  23. alias -mright "-moveright;checkleft;alias checkright none"
  24. alias checkfwd none
  25. alias checkback none
  26. alias checkleft none
  27. alias checkright none
  28. alias none ""
  29.  
  30.  
  31. tf_dingaling_pitchmindmg "78"
  32. tf_dingaling_pitchmaxdmg "38"
  33.  
  34. cl_autoreload 1
  35.  
  36. sensitivity 2
  37.  
  38. unbind MWHEELUP
  39. unbind MWHEELDOWN
  40. cl_interp 0
  41.  
  42.  
  43. bind mouse5 "voicemenu 0 0"
  44. tf_use_min_viewmodels 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement