Description:

Press f5 to bring out your HE grenade. Press f5 again to switch grenades. By throwing any grenade you will warn your teammates that you are throwing whatever grenade.

-----
alias gren1 "weapon_hegrenade; bind f gren2; bind MOUSE1 +hewarn"
alias gren2 "weapon_flashbang; bind f gren3; bind MOUSE1 +flashwarn"
alias gren3 "weapon_smokegrenade; bind f gren1; bind MOUSE1 +smokewarn"
alias +hewarn "+attack; +attack; +attack; say_team Throwing an HE grenade, Take Cover!"
alias +flashwarn "+attack; +attack; +attack; say_team Throwing a Flashbang, Take Cover!"
alias +smokewarn "+attack; +attack; +attack; say_team Throwing a Smoke Grenade!"
alias -hewarn "-attack; bind MOUSE1 +attack; slot1"
alias -flashwarn "-attack; bind MOUSE1 +attack; slot1"
alias -smokewarn "-attack; bind MOUSE1 +attack; slot1"

bind "f5" "gren1"

-----

Autor skryptu: bonkeykong