www.impulsetfc.com/pc7/pc7fastgrenade.zip
Install:
-Extract blip1.wav/concgren_blast3.wav
--Place sounds in ...\steamapps\(username)\counter-strike source\cstrike\sound\
-Extract autoexec.cfg
--Place .cfg in ...\steamapps\(username)\counter-strike source\cstrike\cfg\
Features:
-Toggle ON/OFF button(default is mouse5)
-Sound confirmation for switching feature on/off
--On = blip1.wav
--Off = concgren_blast3.wav
-Once enabled mouse2 will change to your grenade button.
To Use(while activated):
-Press and hold Mouse2 to switch to grenade and prime it. Release to throw.
CODE:
//----Quick Grenade Throw on mouse2(GGame w/ Unlimited grenades)
bind mouse5 "grenswitch"
alias grenadeon "bind mouse2 +grenthrow;alias grenswitch grenadeoff;play blip1.wav"
alias grenadeoff "bind mouse2 +attack2; alias grenswitch grenadeon;play concgren_blast3.wav"
alias +grenthrow "slot4;wait10;+attack"
alias -grenthrow "-attack;wait30;lastinv"
alias grenswitch "grenadeon"
//---identifying wait times
alias wait5 "wait;wait;wait;wait;wait"
alias wait10 "wait5;wait5"
alias wait20 "wait10;wait10"
alias wait30 "wait20;wait10"
No comments:
Post a Comment