Is there a command so you just switch to next weapon immediately without chosing it? What is it?
in my scripts folder
// Quick Pistol Alias //
alias qpist "slot2; w2; +attack; w2; -attack"
// Quick Weapon Alias //
alias qwpn "slot1; w2; +attack; w2; -attack"
// Quick Knife Alias //
alias qknif "weapon_knife"
In my config .....
bind "KP_END" "qknif"
bind "KP_LEFTARROW" "qpist"
bind "KP_HOME" "qwpn"
thats how mine are set up ....but im not the king of scripts...i have to find clever people to sort them for me :oops:
yes there is, but it also comes as a command with cs helper. which i use for my buy scripts, It also binds crouch and jump. which is handy also toggles walk and duck.
but as for the command, I can't help except it was somthing like fastsitch_1
hud_fastswitch 1
try that
Thats the fella. 8)
thanks peeps :D