Jump to content

TASK_MOUNT_ANIMAL


Native Details

  • NameTASK_MOUNT_ANIMAL
  • NamespaceTASK
  • Native Hash0x92DB0739813C5186
  • Typevoid
  • First seen version1207

Native Parameters

  • Parameter 0Ped ped
  • Parameter 1Ped mount
  • Parameter 2int p2
    Usually 1 OR 20000
  • Parameter 3int seatIndex
  • Parameter 4float pedSpeed
  • Parameter 5int seatIndex
    use 1 for driver, 0 for passanger
  • Parameter 6Any p6
  • Parameter 7Any p7

DESCRIPTION

There is no description yet for this native, why not edit it and add one?


User Feedback

Recommended Comments

Shtivi

Recognized Creator

In the scripts they use it like that:

TASK_MOUNT_ANIMAL(ped, horse, -1, -1, 2f, 1, 0, 0)

will make the ped mount the driver seat 

Jitnaught

Members

Parameters are incorrect. Here is the correct version:

void TASK_MOUNT_ANIMAL(Ped ped, Ped mount, int timeout, int seatIndex, float moveBlendRatio, long p5, long p6, long p7)

seatIndex for driver should be -1. Passenger should be 0.

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.