Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // Rate Switcher----------------------------------------
  2. bind "F4" "jlowinterp";
  3. alias "jlowinterp" "cl_interp_ratio 2.0; cl_interp 0.067; cl_lagcompensation 1; cl_updaterate 101; cl_cmdrate 101; bind F4 jlow2interp; jlowecho";
  4. alias "jlowecho" "say_team 67 lerp";
  5. alias "jlow2interp" "cl_interp_ratio 0; cl_interp 0; cl_lagcompensation 1; cl_updaterate 101; cl_cmdrate 101; bind F4 jlowinterp; jlow2echo";
  6. alias "jlow2echo" "say_team 0 lerp";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement