quik grenade script?

O

old.Caller

Guest
me has the Cix config stuff thats on the BW cs page but the kwik grenades thingy doesnt seem to work.

i've tried adding more wait commands between prepping the grenade and '+attack' but still no joy.

Anyone wanna volunteer a script for grenades?
 
W

Will

Guest
Thanks to Z_malloc for the script - not my own work.

Code:
// -== 0cT@goN's Grenade Script ==- 
alias +grenthrow "nomsg" 
alias -grenthrow " " 

alias throwflash "weapon_flashbang; flashmsg; w1; +attack" 
alias throwhe "weapon_hegrenade; hemsg; w1; +attack" 
alias throwsmoke "weapon_smokegrenade; smokemsg; w1; +attack" 
alias finthrow "w1; -attack; w2; get_best" 

// -== Messages ==- 
alias flashmsg "say_team Look Out, Throwing a Flashbang" 
alias hemsg "say_team Throwing a HE Grenade!!" 
alias smokemsg "say_team Throwing a Smoke Grenade!!" 

// -== Grenade Cycler ==- 
alias gren_cycle "he_throw" 

alias smoke_throw "d1; echo Set to throw a *SMOKE GREN*; d0; alias grenthrow throwsmoke; alias -grenthrow finthrow; alias gren_cycle he_throw" 
alias he_throw "d1; echo Set to throw a *HE GREN*; d0; alias +grenthrow throwhe; alias -grenthrow finthrow; alias gren_cycle flash_throw" 
alias flash_throw "d1; echo Set to throw a *FLASHBANG*; d0; alias +grenthrow throwflash; alias -grenthrow finthrow; alias gren_cycle no_throw" 
alias no_throw "d1; echo Set to throw *NOTHING* ; d0; alias +grenthrow nomsg; alias -grenthrow none; alias gren_cycle smoke_throw" 

// -== Common Cmds ==- 
alias w1 "wait" 
alias w2 "w1; w1" 
alias d1 "developer 1" 
alias d0 "developer 0" 
alias none " " 
alias nomsg "d1; echo Nothing Selected ; d0" 
alias get_best "hud_fastswitch 1; slot3; slot2; slot1; hud_fastswitch 0" 

bind "?" "+grenthrow"
bind "?" "gren_cycle"
 
A

-AP-

Guest
All of that just to throw a gren??

With the mics now you don't really need to 'say' all that stuff.
 

Users who are viewing this thread

Top Bottom