Shtivi Recognized Creator March 23, 20205 yr 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 May 22, 20204 yr 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.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.