Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. //Rates
  2. rate "786432"
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7.  
  8. //Jumpy
  9. alias +jumpthrow "+jump;-attack"
  10.  
  11. alias -jumpthrow "-jump"
  12.  
  13. bind n +jumpthrow
  14.  
  15. //Auto Weapon Pickup
  16. cl_autowepswitch "0"
  17.  
  18. //weapon bob
  19. cl_viewmodel_shift_left_amt "0"
  20. cl_viewmodel_shift_right_amt "0"
  21. cl_bob_lower_amt "0"
  22. cl_bobamt_lat "0"
  23. cl_bobamt_vert "0"
  24.  
  25. echo "------------------"
  26. echo "autoexec loaded!"
  27. echo "------------------"
  28.  
  29. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement