Jump to content

Recommended Posts

Posted

What do you mean?
I mean, if the player is decreasing his life automatically and 100% ???

You could use every frame to check your life and if it's under 100, I'll do it again.

  • Like 1
Posted
В 20.04.2018 в 22:44, Nithin сказал:

How To Instantly Restore Health & Aromr

In Client-side:

setInterval(function() {
  mp.players.local.health = 100;
  mp.players.local.armour = 100;
},100);

 

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...