M8T 0 Posted February 16, 2023 Share Posted February 16, 2023 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? Quote Link to comment Share on other sites More sharing options...
LMS 673 Posted February 16, 2023 Share Posted February 16, 2023 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/ Quote Link to comment Share on other sites More sharing options...
M8T 0 Posted February 21, 2023 Author Share Posted February 21, 2023 On 2/16/2023 at 1: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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.