SA-MP Forums Archive
Help me - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me (/showthread.php?tid=106517)



Help me - knopke - 03.11.2009

Hi all, Help me
How to show health of all players in scoreboard?|
Sorry for me bad english


Re: Help me - MadeMan - 03.11.2009

pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerScore(playerid, floatround(health));



Re: Help me - knopke - 03.11.2009

Thanks