View Single Post

Old 03-06-2007, 10:02 PM   #13  
skoob
skoob's Avatar
Wicked Sick!
 
skoob is Offline
Join Date: Aug 2006
Location: Tempe, AZ
Posts: 489
Default

try adding these to your autoexec

alias +hethro "weapon_hegrenade; wait; wait; +attack"
alias -hethro " wait; -attack"

bind "x" "+hethro"

alias +fbthro "weapon_flashbang; wait; wait; +attack"
alias -fbthro " wait; -attack"

bind "y "+fbthro"

alias +smthro "weapon_smokegrenade; wait; wait; +attack"
alias -smthro " wait; -attack"

bind "z" "+smthro"

--------
try those top 3 first, if they dont' work, try the next 3



alias "use_grenade" "weapon_hegrenade'+attack"
alias "use_weapon" "-attack;wait;lastinv"
bind "x" "use_grenade;use_weapon"

alias "use_flashbang" "weapon_flashbang'+attack"
alias "use_weapon" "-attack;wait;lastinv"
bind "y" "use_flashbang;use_weapon"

alias "use_smokegrenade" "weapon_smokegrenade'+attack"
alias "use_weapon" "-attack;wait;lastinv"
bind "z" "use_smokegrenade;use_weapon"

change x y and z to whatever you want.

not sure if it works but try it and let me know

Last edited by skoob : 03-06-2007 at 10:07 PM.