Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. //FPS
  2. Net_graph 0
  3. fps_max 500
  4.  
  5. //Netsettings
  6. rate "786432"
  7. cl_interp "0"
  8. cl_interp_ratio "1"
  9. cl_cmdrate "128"
  10. cl_updaterate "128"
  11.  
  12. //Jumpthrow
  13. alias +jumpthrow "+jump;-attack"
  14. alias -jumpthrow "-jump"
  15. bind alt +jumpthrow
  16.  
  17. //Bobbing
  18. cl_viewmodel_shift_right_amt "0"
  19. cl_viewmodel_shift_left_amt "0"
  20. cl_bob_lower_amt "0"
  21. cl_bobamt_lat "0"
  22. cl_bobamt_vert "0"
  23. cl_bobcycle ".98"
  24.  
  25. //AUDIO
  26. snd_mixahead "0.05"
  27.  
  28. //ConsoleGraph
  29. bind "TAB" "+ng"
  30. alias "+ng" "+showscores; net_graph 1"
  31. alias "-ng" "-showscores; net_graph 0"
  32.  
  33.  
  34.  
  35. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement