01.02.2014, 10:03
Why does that example is that big? Isn't it possible to do more easier way? Ohh and when I tried using this code in OnPlayerTakeDamage
And whenever I jumped from a mid air loosing 5 HP so my clients HP subtracted to 95.000000, but script HP was 95.050003 why ? I need it be exactly same.
pawn Code:
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealthEx(playerid, health-amount);