17.10.2010, 17:53
I dont know how you make the person hungry but I suspect you use a timer
Just use that timer for decreasing, too
Just use that timer for decreasing, too
pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, health - 1.0);