Thread: [Solved] Bug with hegrenade exploding
View Single Post
farawayf
Senior Member
Join Date: Jan 2019
Old 03-23-2019 , 07:47   Re: Bug with hegrenade exploding
Reply With Quote #5

Quote:
Originally Posted by CliptonHeist View Post
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;
it works. Thank you!
farawayf is offline