27.07.2013, 08:17
Will setting the amount to 0 work properly? As far as I know that just tells you the amount of damage a player has taken, try adding;
Код:
new Float:hp; GetPlayerHealth(playerid, hp); SetPlayerHealth(playerid,hp+amount);