Advertisement
Nathansswell

My Autoexec

Dec 18th, 2017
199
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 1 0
  1. // Crosshair
  2. cl_crosshairsize "0"
  3. cl_crosshairdot "1"
  4. cl_crosshairstyle "4"
  5.  
  6. // Display damage in top left
  7. con_filter_text "Damage Given To"
  8. con_filter_text_out "Player:"
  9. con_filter_enable "2"
  10. developer "1"
  11.  
  12. // TAB + netgraph
  13. bind "TAB" "+info"
  14. alias "+net" "net_graph 1;net_graphproportionalfont 1;net_graphpos 2;net_graphheight 16"
  15. alias "-net" "net_graph 0"
  16. alias "+info" "+net;+showscores"
  17. alias "-info" "-showscores;-net"
  18.  
  19.  
  20. voice_caster_enable "0"
  21. voice_caster_scale "1"
  22. voice_enable "1"
  23. voice_forcemicrecord "1"
  24. voice_mixer_boost "0"
  25. voice_mixer_mute "0"
  26. voice_mixer_volume "1.0"
  27. voice_modenable "1"
  28. voice_scale "1.0"
  29. voice_system_enable "1"
  30. voice_threshold "4000"
  31. volume "1.0"
  32. player_competitive_maplist_8_7_1_7D70A304 "mg_de_dust2"
  33.  
  34. rate “128000”
  35. cl_cmdrate “128”
  36. cl_updaterate “128”
  37.  
  38. lobby_voice_chat_enabled 0
  39.  
  40. echo “Loaded autoexec!”
  41.  
  42. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement