What is the UsePedGroup(); function in a mission file?
Posted in Support
Please login to contribute to the conversation.
BillBodkin eg: UsePedGroup(0); on mission 1, level 1. Can someone explain, Thx!
eg: UsePedGroup(0); on mission 1, level 1. Can someone explain, Thx!
[deleted user] Basically in leveli.mfk, the npcs are grouped to ped groups for specific regions. Like ped group 7 in level 1 is for the power plant.
Basically in leveli.mfk, the npcs are grouped to ped groups for specific regions. Like ped group 7 in level 1 is for the power plant.
[deleted user] Essentially, if you look in leveli.mfk, you'll see different 'ped groups' which are generic NPCs grouped together. What the SetPedGroup(); command does is determine which one is used wh
Essentially, if you look in leveli.mfk, you'll see different 'ped groups' which are generic NPCs grouped together. What the SetPedGroup(); command does is determine which one is used when your mission first starts, I believe.