DancZer 65 Posted July 20, 2015 Hi! I want to use the BIS_fnc_dynamicGroups in my mission, but i don't know how to pre-construct the groups for it. Is it possible to create groups from script, when players connected? I tried to set my group id with setGroupId but it isn't appeared in the Group Management. Thanks Share this post Link to post Share on other sites
fn_Quiksilver 1636 Posted July 20, 2015 //Client init ["InitializePlayer",[player,true]] call BIS_fnc_dynamicGroups; and setGroupIdGlobal https://community.bistudio.com/wiki/Dynamic_Groups#Additional_Functionality Share this post Link to post Share on other sites