Jump to content

Recommended Posts

Posted

Try putting it in \server-files\client_packages\roleplay > events.js and it did not work. I'm in the right place where you have to put it?

  • 2 months later...
Posted
On 12/12/2018 at 8:33 PM, Jaimuzu said:

This occurs due to player stamina hitting zero, resulting in hp being lost. Below is the workaround for this in both C# and JavaScript.

C#


//Subscribe the Tick event
Events.Tick += Tick;

public void Tick(List<Events.TickNametagData> nametags)
{
    RAGE.Game.Player.RestorePlayerStamina(1.0F);
}

JavaScript


mp.events.add('render', () => {
    mp.game.player.restoreStamina(100);
});

 

 

Hey man can you tell me how to install this on C#? 

 

Also, do I install this clientside or serverside?

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