SA-MP Forums Archive
Small request for next samp version... - 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: Small request for next samp version... (/showthread.php?tid=119033)



Small request for next samp version... - introzen - 06.01.2010

Hello, I want to request some functions for the next SAMP Version.
Here they come:
pawn Код:
SetPlayerMaxHealth(playerid,Float:Health); //Will set a maximum health for a player

SetMaxHealth(playerid,Float:Health); //Will set a maximum health for everyone on the server

ShowPlayerHealth(playerid); //Will disable a players health to be shown under his name tag for all.

ShowPlayerHealthForPlayer(playerid); //Will disable a players health to be shown under his name tag for a player
Thanks. Hope they'll get added =)


Re: Small request for next samp version... - Correlli - 06.01.2010

Request them here -> http://forum.sa-mp.com/index.php?topic=128040.0


Re: Small request for next samp version... - Deat_Itself - 06.01.2010

pawn Код:
ShowPlayerHealthForPlayer(playerid); //Will disable a players health to be shown under his name tag for a player
its present in the 0.3

Код:
DisableNameTagLOS();



Re: Small request for next samp version... - introzen - 06.01.2010

Quote:
Originally Posted by _Saif_
pawn Код:
ShowPlayerHealthForPlayer(playerid); //Will disable a players health to be shown under his name tag for a player
its present in the 0.3

Код:
DisableNameTagLOS();
DisableNameTagLOS @ SAMP-Wiki = Disables the nametag Line-Of-Sight checking so players can see nametags through objects.