SA-MP Forums Archive
Health - 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: Health (/showthread.php?tid=574421)



Health - StR_MaRy - 17.05.2015

guys on my gamemode my hp my life fals quickly how can i do to slow ?


Re: Health - NoDi522 - 17.05.2015

If you mean that you need more health set your helt to e.g. 500.

PHP код:
public OnPlayerSpawn(playerid)
{
    
SetPlayerHealth(playerid,500);
    return 
1;

If you thought something else please reply