Peds after 7 wont follow. [C#]
-
I can only spawn in 7 peds that will follow player, any more than that and they just stand there and wont follow. Anyone know why this happens or how i can fix this. I am using c# scripting and scripthookvdotnet2.
Thanks.
-
The ped group has a limit of 8 peds (including the player). Instead you could use
Ped.Task.FollowToOffsetFromEntity
to make the peds follow you.