alias "Hprimremove" "slot1; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "Hprimshow" "slot1; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hsecremove" "slot2; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "Hsecshow" "slot2; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hmeleeshow" "slot3; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hmeleeremove" "slot3; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "HSNIPERremove" "slot1; r_drawviewmodel 0; cl_interp 0.1"
alias "HSNIPERshow" "slot1; r_drawviewmodel 1; cl_interp 0.1"
I have weapons bound to 123 as usual, I have them set up class by class, so that I can have projectile interp for RL, hitscan for melee and shotgun, etc.
[code]alias "Hprimremove" "slot1; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "Hprimshow" "slot1; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hsecremove" "slot2; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "Hsecshow" "slot2; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hmeleeshow" "slot3; r_drawviewmodel 1; cl_interp 0.0198019789531826990319091"
alias "Hmeleeremove" "slot3; r_drawviewmodel 0; cl_interp 0.0198019789531826990319091"
alias "HSNIPERremove" "slot1; r_drawviewmodel 0; cl_interp 0.1"
alias "HSNIPERshow" "slot1; r_drawviewmodel 1; cl_interp 0.1" [/code]
I have weapons bound to 123 as usual, I have them set up class by class, so that I can have projectile interp for RL, hitscan for melee and shotgun, etc.
alfunksoI use the mousewheel to play spy on pubs, wheelup = disguise as enemy something, wheeldown = disguise as friendly something
classes disguised cycle through normal speed movement classes
I also use mwheelup to destroy and build sentry gun when playing gunslinger engi, achieve rage on HL lobbies
mind sharing the spy script?
[quote=alfunkso]I use the mousewheel to play spy on pubs, wheelup = disguise as enemy something, wheeldown = disguise as friendly something
classes disguised cycle through normal speed movement classes
I also use mwheelup to destroy and build sentry gun when playing gunslinger engi, achieve rage on HL lobbies[/quote]
mind sharing the spy script?
edit: oh this is an old thread... oops
edit: oh this is an old thread... oops
MR_SLINSam0htdisengageI have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with it
How do you bind q to slot 1+2 every time i try it does not work
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone
YawnyMR_SLINSam0htdisengageI have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with it
How do you bind q to slot 1+2 every time i try it does not work
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone
I just use bind "q" "slot2;slot1"
Thanks so much guys
[quote=MR_SLIN][quote=Sam0ht][quote=disengage]I have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with it[/quote] How do you bind q to slot 1+2 every time i try it does not work[/quote]
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone[/quote]
[quote=Yawny][quote=MR_SLIN][quote=Sam0ht][quote=disengage]I have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with it[/quote] How do you bind q to slot 1+2 every time i try it does not work[/quote]
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone[/quote]
I just use bind "q" "slot2;slot1"[/quote]
Thanks so much guys