SA-MP Forums Archive
How to heal player?? (+REP) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to heal player?? (+REP) (/showthread.php?tid=474442)



How to heal player?? (+REP) - FakkChass - 08.11.2013

Hi guys, i am very noob at scripting, i just started scripting.....I don't know any thing
I need to ask how to set player health to 100?? when player spawn it player health to 100


Re: How to heal player?? (+REP) - iFiras - 08.11.2013

pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid,100);
return 1;
}



Re: How to heal player?? (+REP) - Tuntun - 08.11.2013

public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid,100);
return 1;
}


Re: How to heal player?? (+REP) - AnonScripter - 08.11.2013

health is already 100 when the player spawns


Re: How to heal player?? (+REP) - FakkChass - 08.11.2013

Thanks it work! i gave u +rep