OK so after spectating a few badass players and bitching loudly to myself about my crappy inability to use the right weapon at the right time, I went ahead and wrote up quick weapon switching alias. Nothing fancy but not exactly what i made:
alias weap3 "impulse 3; bind mwheelup weap4; bind mwheeldown weap2"
alias weap4 "impulse 4; bind mwheelup weap5; bind mwheeldown weap3"
alias weap5 "impulse 5; bind mwheelup weap6; bind mwheeldown weap4"
etc.
Here's the problem I'm having. My mouse wheel doesn't have a 'notch' when it spins so i can't seem to get it to switch weapons reliably. If we were using the above example, let's say i was currently in weap3 and i moved my wheel up, i might end up in weap5 instead of weap4. Since PAUSE has been removed as a command, I can't use that as a fix. Any ideas?
Also, i thought this could be a good place to talk about configs, binds, and all that stuff in general.