Posted February 16, 20232 yr I tried to get an NPC to mount my horse in various ways including PED.Task.MountAnimal(Game.Player.Character.CurrentMount, -1);, and Function.Call(Hash.TASK_MOUNT_ANIMAL, PED, Game.Player.Character.CurrentMount, -1, 0, 2f, 0, 0, 0);, but none of these work. The ped just stands there and doesn't do anything. Any clue how to do this?
February 16, 20232 yr You should be able to adapt my tutorial mod for riding with NPCs: https://www.rdr2mods.com/downloads/rdr2/other/26-tutorial-resource-npc-taxi-finished-project/
February 21, 20232 yr Author On 2/16/2023 at 7:08 PM, LMS said: You should be able to adapt my tutorial mod for riding with NPCs: https://www.rdr2mods.com/downloads/rdr2/other/26-tutorial-resource-npc-taxi-finished-project/ Thanks, I got it fixed after looking at your source code.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.