SA-MP Forums Archive
[HELP] Players Health Being 99999 - 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: [HELP] Players Health Being 99999 (/showthread.php?tid=558776)



[HELP] Players Health Being 99999 - Thoma - 19.01.2015

So idk why but for some odd reason i removed the Skills list from my gm now all players cant be hurt by guns..... the SetPlayerHealth is 100 where its suppose to be...how would i repair this lol


Re: [HELP] Players Health Being 99999 - Abagail - 19.01.2015

You probably removed important code. We can't really help without any code / script information, but it sounds like something is being set where it shouldn't be(or maybe something is NOT being set where it should be).


Re: [HELP] Players Health Being 99999 - ChromeAmazing - 19.01.2015

Maybe add in OnPlayerSpawn
Код:
SetPlayerHealth(playerid, 100)



AW: [HELP] Players Health Being 99999 - Saize - 19.01.2015

Did you add any Line where you set a players health to infinity?

If yes you should check the code where you use it.
If not weґll need a code so seek for the bug ^^


Re: [HELP] Players Health Being 99999 - Thoma - 20.01.2015

Quote:
Originally Posted by ChromeAmazing
Посмотреть сообщение
Maybe add in OnPlayerSpawn
Код:
SetPlayerHealth(playerid, 100)
Thanks i Checked that how it got removed idk