Jump to content

How to put players' lives to the fullest?


Maaster

Recommended Posts

Posted

Assuming that you are asking for the max health of the player.

I couldn't remember  if max player health is 1000.

for i,player in ipairs(getElementsByType("player")) do
	setElementHealth(player,1000)
end
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...