27.04.2014, 21:05
Switch these two lines around.
SetPlayerHealth(playerid, H+5);
GetPlayerHealth(playerid, H);
Get first, then set it.
SetPlayerHealth(playerid, H+5);
GetPlayerHealth(playerid, H);
Get first, then set it.