top of page

ACTIVATE GROUPS MANAGER (DYNAMIC GROUPS)
To add the group system that you can find in Wastelands for exemple, follow theses steps :
​
1-Make InitServer.sqf file and place inside :
​
["Initialize"] call BIS_fnc_dynamicGroups;
​
2-Make InitPlayerLocal.sqf file and place inside :
​
["InitializePlayer", [player]] call BIS_fnc_dynamicGroups;
​
​
Save your map and export in MPmissions
​
​
In game, press U to open dynamic groups menu and make, leave teams
bottom of page