View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 11-09-2019 , 10:34   Re: [L4D & L4D2] Prototype Grenades (1.10) [01-Nov-2019]
Reply With Quote #47

when I test in l4d1,
I throw a "Shield" grenade
it seems that it doesn't reduces damage inside area
so I change your source code here. it works for me

line4218:
PHP Code:
(index == INDEX_SHIELD && strcmp(classname"player")) 
this should be
PHP Code:
(index == INDEX_SHIELD && strcmp(classname"player") == 0
__________________
HarryPotter is offline