First issue:
You can place markers in disabled channels by selecting it in drop down marker menu.
Second issue:
Channels disabled on clients side will turn back on after briefing stage.
First issue:
You can place markers in disabled channels by selecting it in drop down marker menu.
Second issue:
Channels disabled on clients side will turn back on after briefing stage.
Create MP mission
Create init.sqf with code:
if (!isDedicated) then { 0 enableChannel false; };
Launch mission on dedicated server with 2+ clients.
Non admin clients will not have Global chat channel at briefing, but will have after mission start.
Markers placement always available due to first bug.