Nithin Posted April 20, 2018 Share Posted April 20, 2018 How To Instantly Restore Health & Aromr Link to comment Share on other sites More sharing options...
CMHDev Posted April 20, 2018 Share Posted April 20, 2018 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. 1 Link to comment Share on other sites More sharing options...
kostya_nad Posted April 22, 2018 Share Posted April 22, 2018 В 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); Link to comment Share on other sites More sharing options...
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