
11-26-2002, 11:29 AM
try this. to use during a game press and hold the f key then press either your primary fire or secondary fire to throw grenade. when you release the f key the weapon you were using last will return. bind to whatever key you wish. just replace the "f" with the key of your choice.
//maggot’s 1st grenade script
bind f "+grenade"
alias w5 "wait;wait;wait;wait;wait"
alias w10 "w5;w5"
alias w25 "w10;w10;w5"
alias w50 "w25;w25"
//info: eventually w25 must be replaced with a higher value (try w50) for proper operation.
alias +grenade "useweaponclass grenade;wait"
alias -grenade "w25;uselast"
|