walder/Skynet-IADS

Menus & messages appearing for all coalitions

Opened this issue · 0 comments

When using a simple setup such as the one below, messages for contacts, etc., activated via the radio menu are displayed for all coalitions which poses a problem for PvP scenarios. Is this intended behavior or the result of misconfiguration?

redIADS = SkynetIADS:create('OPFOR')
redIADS:addSAMSitesByPrefix('SAM')
redIADS:addEarlyWarningRadarsByPrefix('EW')
redIADS:addRadioMenu()
redIADS:activate()

blueIADS = SkynetIADS:create('BLUFOR')
blueIADS:addSAMSitesByPrefix('BLUE-SAM')
blueIADS:addEarlyWarningRadarsByPrefix('BLUE-EW')
blueIADS:addRadioMenu()
blueIADS:activate()