19.06.2012, 01:17
You may have defined the health float wrognly, make it like that:
pawn Код:
new Float: currenthp;
GetPlayerHealth(playerid, currenthp);
SetPlayerHealth(playerid, currenthp+5);