Upvote Upvoted 2 Downvote Downvoted
primary-secondary weapon switch script
posted in Q/A Help
1
#1
0 Frags +

I'm pretty awful at making scripts so I'm looking for a weapon switch script that will make q cycle through only my rl and shotgun even if i am on the escape plan. Any help would be much appreciated!

I'm pretty awful at making scripts so I'm looking for a weapon switch script that will make q cycle through only my rl and shotgun even if i am on the escape plan. Any help would be much appreciated!
2
#2
0 Frags +
alias "switch12" "primary"
alias "primary" "slot1; alias switch12 secondary"
alias "secondary" "slot2; alias switch12 primary"
bind "Q" "switch12"
[code]alias "switch12" "primary"
alias "primary" "slot1; alias switch12 secondary"
alias "secondary" "slot2; alias switch12 primary"
bind "Q" "switch12"[/code]
3
#3
2 Frags +

http://teamfortress.tv/forum/thread/2599/1#post-36322

you just have to add alias swap swap1" on to whatever your melee bind is so for me the config is

alias "swap" "swap1"
alias "swap1" "slot1; alias swap swap2"
alias "swap2" "slot2; alias swap swap1"
bind "q" "swap"
bind "f" "slot3; alias swap swap1"

http://teamfortress.tv/forum/thread/2599/1#post-36322

you just have to add alias swap swap1" on to whatever your melee bind is so for me the config is

alias "swap" "swap1"
alias "swap1" "slot1; alias swap swap2"
alias "swap2" "slot2; alias swap swap1"
bind "q" "swap"
bind "f" "slot3; alias swap swap1"
4
#4
0 Frags +

Thanks guys, I fucked around with sinner's for a bit and got it working in accordance with my crosshairs/viewmodels so thanks again

Thanks guys, I fucked around with sinner's for a bit and got it working in accordance with my crosshairs/viewmodels so thanks again
Please sign in through STEAM to post a comment.