Yup, my bad, sorry! Well, there is a constant for the weapon type in this plugin, so I've just replaced
PHP Code:
new const WEAPON_HEGRENADE[] = "weapon_hegrenade";
with
PHP Code:
new const WEAPON_HEGRENADE[] = "weapon_flashbang";
The models and all the other stuff are the same. Go on.