10.09.2017, 17:31
Hi,
I'm trying to use the following code in order to ensure a player's death in the explosion.
Previously I used CreateExplosion and it didn't kill the player, it decreased his health to approx 20HP.
I tried using the explosion include where I can edit the damage(250.0 is the damage parameter) but it doesnt decrease health at all.
What seems to be the problem? Thanks.
I'm trying to use the following code in order to ensure a player's death in the explosion.
Код:
CreateExplosionEx(playerid, x,y,z, 1, 250.0);
I tried using the explosion include where I can edit the damage(250.0 is the damage parameter) but it doesnt decrease health at all.
What seems to be the problem? Thanks.