Jump to content

TASK_WALK_AWAY


Native Details

  • NameTASK_WALK_AWAY
  • NamespaceTASK
  • Native Hash0x04ACFAC71E6858F9
  • Typeint
  • First seen version1207

Native Parameters

  • Parameter 0Ped ped
    ped that will run
  • Parameter 1Ped run from
    ped that first parameter will run

DESCRIPTION

Example in C# By Hayden Almeida: ðŸ§²

public static void TaskWalkAway(int ped, int from_ped)
{
	Function.Call((Hash)0x04ACFAC71E6858F9, ped, from_ped);
}

 



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.