Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. bind "MWHEELDOWN" "+jump"
  2. bind "4" "use weapon_hegrenade"
  3. bind "MOUSE5" "use weapon_flashbang"
  4. bind "MOUSE4" "use weapon_smokegrenade"
  5. bind "t" "use weapon_molotov; use weapon_incgrenade"
  6. bind "F1" "say .noclip"
  7. sensitivity "1.2"
  8. cl_color 4
  9.  
  10. //show equipment toggle
  11. bind "SPACE" "show"
  12. alias show show1
  13. alias show1 "+cl_show_team_equipment; alias show show2"
  14. alias show2 "-cl_show_team_equipment; alias show show1"
  15. cl_teamid_overhead_always 1
  16.  
  17. hud_showtargetid 0
  18.  
  19. cl_bob_lower_amt "21"
  20.  
  21. cl_cmdrate "128"
  22. cl_updaterate "128"
  23. rate "786432"
  24. cl_interp "1"
  25. cl_interp_ratio "1"
  26.  
  27. m_rawinput "1"
  28. m_mouseaccel1 "0"
  29. m_mouseaccel2 "0"
  30.  
  31. bind "tab" "+score;r_cleardecals"
  32.  
  33. r_drawtracers_firstperson "1"
  34. cl_autowepswitch "0"
  35. hud_scaling "1"
  36. net_graph "1"
  37. fps_max "0"
  38. cl_autohelp "0"
  39. cl_showhelp "0"
  40.  
  41. net_graphpos 2
  42.  
  43. alias +jumpthrow "+jump;-attack"
  44. alias -jumpthrow "-jump"
  45. bind v +jumpthrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement