Jump to content

IS_PED_JUMPING


Native Details

  • NameIS_PED_JUMPING
  • NamespacePED
  • Native Hash0xCEDABC5900A0BF97
  • TypeBOOL
  • First seen version1207

Native Parameters

  • Parameter 0Ped ped

DESCRIPTION

If some player jumps in the server, will execute a function:

// Example use By Hayden Almeida (DISCORD Hayden Almeida #7075)
// On Client
public Main()
{
	Tick += OnTick;
}
private async Task OnTick()
{
  if(Function.Call<bool>((Hash)0xCEDABC5900A0BF97, playerid)) // Player Is jumping
    {
    	//Do something here
    }
    await Delay(100); // with this time the function will call maybe 3 times so u need to make a variable to count or reset.
}

 



User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

Recently Browsing 0

  • No registered users viewing this page.