Anyone know a script that will switch between the knife and gun by pressing q for the spy? Thanks
Script for slot switching
posted in
Customization
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
alias gun "slot1;bind q knife"
slot1
bind q gun[/code]
Edit: Fight's answer is easier/better, see #4
deetralias 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
alias gun "slot1;bind q knife"
slot1
bind q gun[/code][/quote]
Ty
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
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.