08.04.2012, 00:42
You already got the health variable defined,
pawn Код:
new Float:healthtwo;
GetPlayerHealth(playerid, healthtwo);
SetPlayerHealth(playerid, healthtwo + 5.0);