Arma 3
Dynamic Recon Ops - Takistan
Enabling group AI on Dedicated server.
Hey I noticed the group AI were not responsive whilst on a dedicated server. To fix this simply login as admin onto the server then through the debug console locally execute

_group = units group player; {if(!isPlayer _x) then {_x enableAiFeature ["all",true]}} forEach _group;