Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menus & messages appearing for all coalitions #88

Open
rfdazzle opened this issue Oct 17, 2023 · 0 comments
Open

Menus & messages appearing for all coalitions #88

rfdazzle opened this issue Oct 17, 2023 · 0 comments

Comments

@rfdazzle
Copy link

rfdazzle commented Oct 17, 2023

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant