Nithin 0 Posted April 20, 2018 How To Instantly Restore Health & Aromr Share this post Link to post Share on other sites
CMHDev 11 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 Share this post Link to post Share on other sites
kostya_nad 11 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); Share this post Link to post Share on other sites