stock GiveHP(playerid, Float:hp){new Float:h;GetPlayerHealth(playerid, h);SetPlayerHealth(playerid, h + hp);}