O
old.exalt
Guest
OK, i want to be able to "walk only" i cs, and instead of having a button for "walk" i want a button for "run"... Does anybody know how to do that? If so plz post here!
tnx
exalt.
tnx
exalt.
originally posted by ItchyTrigaFinga
I'd do it, but work is pretty busy atm.
originally posted by ItchyTrigaFinga
I hate you so much, I'm having a really shit day. I was on the verge of walking out an hour ago. It's that bad.
Heh, I don't hate you really, I'm just jealous. Gimme a job and I'll forgive you.Originally posted by Wilier
Sorry Itchy, didnt mean anything by it m8.![]()
Hope it improves soon.
Originally posted by ShockingAlberto
I think you can walk all the time by setting:
cl_run "0"
And then you just use the walk key to run(+speed i think).
// Walk Toggle Alias
alias walk_t "walk_on"
alias walk_on "alias walk_t walk_off; +speed; developer 1; echo Walking enabled; developer 0"
alias walk_off "alias walk_t walk_on; -speed; developer 1; echo Running enabled; developer 0"
bind "x" "walk_t"
originally posted by Itchy
Does 2 years of university-level chemistry help?
Originally posted by ItchyTrigaFinga
Code:// Walk Toggle Alias alias walk_t "walk_on" alias walk_on "alias walk_t walk_off; +speed; developer 1; echo Walking enabled; developer 0" alias walk_off "alias walk_t walk_on; -speed; developer 1; echo Running enabled; developer 0" bind "x" "walk_t"