Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- map itemtest; wait 5; disconnect; wait 3; echo
- cl_updaterate 66
- cl_cmdrate 66
- cl_interp 0.033
- cl_interp_ratio 0
- mat_phong 0
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- alias +crouchjump "+jump; +duck; spec_mode"
- alias -crouchjump "-jump; -duck"
- bind space +crouchjump
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement