Additional HP.
#1

To give additional health onto the HP they already got. So example; he got 100 hp. i give him 35 hp because he used weed.

so its just SetPlayerHealth(playerid, +35); right?
Reply
#2

Correct.
Reply
#3

You have to do it like this:
Код:
new
    Float:health
;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, health + 35);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)