17.10.2009, 15:22
Just add this function to the code .. When the player drinks or eats something
pawn Код:
new Float:health;
GetPlayerHealth(playerid,health);
SetPlayerHealth(playerid,health+20);