View Single Post
Old 10-07-2012, 07:40 PM   #214
the_cake
Beta Tester
 
Join Date: Jul 2008
Posts Rated Helpful 144 Times
Put in demoman.cfg:

currentweapon
alias demoswitch1 "slot5; alias currentweapon slot5; alias demoswitch demoswitch2"
alias demoswitch2 "slot4; alias currentweapon slot4; alias demoswitch demoswitch1"

Put in autoexec.cfg:

alias demoswitch demoswitch1
bind KP_INS demoswitch


This will break if you put them in the wrong place.

The special nine's weird config friendly version!:

bind MWHEELDOWN "invprev; alias demoswitch demoswitch1"
bind MWHEELUP "invnext; alias demoswitch demoswitch1"
alias demoswitch demoswitch1

alias demoswitch1 "slot5; alias demoswitch demoswitch2"
alias demoswitch2 "slot2; alias demoswitch demoswitch1"
bind KP_INS demoswitch

Last edited by the_cake; 10-07-2012 at 08:29 PM. Reason: fixed
the_cake is offline   Reply With Quote


1 members found this post helpful.