11.11.2010, 01:20
You must create a new float variable to store the players health you want to edit like this:
Код:
new Float:health; GetPlayerHealth(playerid, health); SetPlayerHealth(playerid, health + 20.0);