Jump to content
HonzaVinCZ

BIS Dynamic Groups doesn't work.

Recommended Posts

Hello there. I'd like to ask you for help with BIS Dynamic Groups. This is what I use:
initPlayerLocal.sqf

["InitializePlayer", [player]] call BIS_fnc_dynamicGroups;

initServer.sqf

["Initialize"] call BIS_fnc_dynamicGroups;

The problem is that when I press "U" it shows the menu but when I press create group button it doesn't do anything. Mission is hosted on dedicated server and everyone who joins has the same problem. All other scripts I use works well. Any ideas please?

Share this post


Link to post
Share on other sites

Just out of curiosity, just place this in the init.sqf and see if it works for you then.

 

 

 

 

sleep 1;
if (isServer) then {["Initialize"] call BIS_fnc_dynamicGroups;};
if (hasInterface) then {["InitializePlayer", [player]] call BIS_fnc_dynamicGroups;};

 

 

 

 

 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×