Description:
This script will allow you to cycle through your available grenades (from HE through Flash to Smoke) then throw the one you select. ----- alias gren1 "weapon_hegrenade; bind f gren2; bind MOUSE1 +grenfire" alias gren2 "weapon_flashbang; bind f gren3; bind MOUSE1 +grenfire" alias gren3 "weapon_smokegrenade; bind f gren1; bind MOUSE1 +grenfire" alias +grenfire "+attack; +attack; +attack" alias -grenfire "-attack; bind MOUSE1 +attack; slot1" bind "f" "gren1" ----- Autor skryptu: EmbraceThePing |