http://www.impulsetfc.com/pc7/pc7quickswitchv2.zip
Install:
-Extract alert.mp3/doh.wav
-- Place the wavs in ...\steamapps\(username)\counter-strike source\cstrike\sound\
-extract autoexec.cfg
--Place .cfg file in ...\steamapps\(username)\counter-strike source\cstrike\cfg
Features:
-Toggle key ON/OFF(default mouse4)
-Plays confirmation sounds
--On = alert.mp3
--Off = doh.wav
-Fires a single shot then switches to knife then back to previous weapon
-Continue to hold down fire and it will keep knife out so you can right click to preform stronger stab in tight situations.
CODE:
//---Single Click Fire Switch(Awp/Scout/whatever)
bind mouse4 "toggleswitch"
alias +snipeswitch "+attack;wait10;slot3;wait10;-attack"
alias -snipeswitch "lastinv"
alias toggleson "bind mouse1 +snipeswitch;alias toggleswitch togglesoff;play alert.mp3"
alias togglesoff "bind mouse1 +attack;alias toggleswitch toggleson;play doh.wav"
alias toggleswitch "toggleson"
//---identifying wait times
alias wait5 "wait;wait;wait;wait;wait"
alias wait10 "wait5;wait5"
alias wait20 "wait10;wait10"
No comments:
Post a Comment