Someone showed me how to do this a while ago. You have to make an alias and then bind it to the key. I think it was redsoccerdevil who showed me. You might wanna PM him.
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"
//grenade toss: push keybind to activate, push primary/secondary fire (while still holding other) to throw //grenade. Release key to auto-switch back to last weapon. Modified from maggot.se's original script.
alias +grenade "useweaponclass grenade"
alias -grenade "uselast"
bind 5 "+grenade"
I took this on that site: [url:1a375]http://www.mohaacrew.com/scripts.html[/url:1a375]
alias w5 "wait;wait;wait;wait;wait"
alias w10 "w5;w5"
alias w25 "w10;w10;w5"
alias w50 "w25;w25"
alias w100 "w50;w50"
alias +binoculars "useweaponclass item1;wait"
alias -binoculars "w100;uselast"
alias +grenade "useweaponclass grenade;wait"
alias -grenade "w100;uselast"
Just put it in Mohaa/main/configs and copy it under unamedsoldier.cfg. It both works in AA and SH.
angel: