Thread: [Solved] Bug with hegrenade exploding
View Single Post
CliptonHeist
Senior Member
Join Date: Feb 2016
Old 03-22-2019 , 18:53   Re: Bug with hegrenade exploding
Reply With Quote #4

Well you can check if the damage type is dmg_blast before checking the weapon and that should work I believe.
Code:
if(damagetype == DMG_BLAST) return Plugin_Continue;
CliptonHeist is offline