03.04.2010, 07:30
So I made a menu for cluckingbell but when I buy something it is supposed to give more health. However, this one sets the players health to 10, how can I fix it?
Код:
new Float:health; new currenthealth; currenthealth = GetPlayerHealth(playerid, health); SetPlayerHealth(playerid, currenthealth + 10);