Maaster Posted October 28, 2019 Share Posted October 28, 2019 How to put players' lives to the fullest? Link to comment
Overkillz Posted October 28, 2019 Share Posted October 28, 2019 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 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now