Upvote Upvoted 0 Downvote Downvoted
Script for slot switching
posted in Customization
1
#1
0 Frags +

Anyone know a script that will switch between the knife and gun by pressing q for the spy? Thanks

Anyone know a script that will switch between the knife and gun by pressing q for the spy? Thanks
2
#2
4 Frags +
alias knife "slot3;bind q gun"
alias gun "slot1;bind q knife"
slot1
bind q gun

Edit: Fight's answer is easier/better, see #4

[code]alias knife "slot3;bind q gun"
alias gun "slot1;bind q knife"
slot1
bind q gun[/code]

Edit: Fight's answer is easier/better, see #4
3
#3
1 Frags +
deetr
alias knife "slot3;bind q gun"
alias gun "slot1;bind q knife"
slot1
bind q gun

Ty

[quote=deetr][code]alias knife "slot3;bind q gun"
alias gun "slot1;bind q knife"
slot1
bind q gun[/code][/quote]
Ty
4
#4
1 Frags +

even simpler is

bind q "slot1;slot3"

you don't need to make aliases for it as long as you define q for whatever else you'd use it for in your other class configs

even simpler is

bind q "slot1;slot3"

you don't need to make aliases for it as long as you define q for whatever else you'd use it for in your other class configs
Please sign in through STEAM to post a comment.