Advertisement
Guest User

Untitled

a guest
Jun 17th, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. map itemtest; wait 5; disconnect; wait 3; echo
  2.  
  3. cl_updaterate 66
  4.  
  5. cl_cmdrate 66
  6.  
  7. cl_interp 0.033
  8.  
  9. cl_interp_ratio 0
  10.  
  11. mat_phong 0
  12.  
  13. bind w +mfwd
  14. bind s +mback
  15. bind a +mleft
  16. bind d +mright
  17.  
  18. alias +mfwd "-back;+forward;alias checkfwd +forward"
  19. alias +mback "-forward;+back;alias checkback +back"
  20. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  21. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  22. alias -mfwd "-forward;checkback;alias checkfwd none"
  23. alias -mback "-back;checkfwd;alias checkback none"
  24. alias -mleft "-moveleft;checkright;alias checkleft none"
  25. alias -mright "-moveright;checkleft;alias checkright none"
  26. alias checkfwd none
  27. alias checkback none
  28. alias checkleft none
  29. alias checkright none
  30. alias none ""
  31.  
  32. alias +crouchjump "+jump; +duck; spec_mode"
  33. alias -crouchjump "-jump; -duck"
  34. bind space +crouchjump
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement