Hi,
so i heard you guys are mad about not having walk button. The default command (+walk) doesn’t work, so i figured that it would be nice to bind some commands.
So, you need to add these comands to your config file, or put them one by one in your console.
[code]alias walk_t “walk_on”
alias walk_on “alias walk_t walk_off; sv_maxspeed 320; developer 1; echo Running enabled; developer 0”
alias walk_off “alias walk_t walk_on; sv_maxspeed 65; developer 1; echo Walking enabled; developer 0”
bind “ALT” “walk_t”[/code]
After this, you just press ALT to toggle the walking. When you’re done - press it again!