10.02.2011, 23:31
You would get the current health, then set the health to varhealth+20.
pawn Code:
new Float:HP;
GetPlayerHealth(playerid, HP);
SetPlayerHealth(playerid, HP+20);