easy bind that quickly toggles your mousewheel binds from jump to attack. really useful if you're bouncing with bhop and duals. write this in your console:
alias shoots1 "bind mwheelup +attack" alias shoots2 "bind mwheeldown +attack" alias jumps1 "bind mwheelup +jump" alias jumps2 "bind mwheeldown +jump"
at the question marks below, type the key you would like to use to toggle scroll attack and scroll jump. remember to remove the claws, " ", surrounding the question marks, as shown below at the example.
alias shooter "shoots1; shoots2; echo bind "???" "shooter" alias jumper "jumps1; jumps2; echo bind "???" "jumper"
example: (bind mouse4 "shooter"; bind mouse5 "jumper"). remember also to write it in the correct order else it may not work right. enjoy, hope you like it
Yes Nico, but take this as an example, would you have time to write both those in console if you're jumping around in the map and suddenly you're in a gunfight?
I use the two commands indeed, because what andy wrote worked for me at first, but later on it somehow got turned off. And I don't have time to switch from bind mwheeldown +jump/bind mwheelup +jump to bind mwheeldown +attack/bind mwheelup +attack whenever I'm fighting someone, so I just switch it on when I join RPG.
But his point was that you can switch between those two commands and binding the switch to 2 buttons, instead of typing it in console all the time