G’day folks.
I’ve had a couple of people ask me how I can switch binds so quickly for the RPG CS:S mod.
It’s simple. I bind mouse4 for one setup, and mouse5 for another
Simply load the blow script into your CS:S if you have a MX500 (may require some mods for other mice).
alias cngaon "slot2; changeattack; changeattack2; eaon"
alias cngjon "changejump; changejump2; ejon"
alias changeattack "bind mwheelup +attack"
alias changeattack2 "bind mwheeldown +attack"
alias changejump "bind mwheelup +jump"
alias changejump2 "bind mwheeldown +jump"
alias eaon "echo Mouse Wheel Up/Down Changed to Attack"
alias ejon "echo Mouse Wheel Up/Down Changed to Jump"
bind mouse4 cngaon
bind mouse5 cngjon