-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Mods (complete and add to the following information):
- Arma 3: Stable
- CBA: Latest
Description:
Im the developer for a mod called "EAC - Explosive Aircraft Crashes" and some of the subscribers to the mod are reporting that they cannot see my settings in the addon options in game. Yet I'm not able to reproduce this at all my side.
Need a little support to understand why this is. Ive provided an example code snippet to see if maybe I'm calling a deprecated function or just not doing it correctly causing instability?
Expected behavior:
Settings show up
Where did the issue occur?
Single player, local lan, dedicated
Example Code Snippet
[
"EAC_Enabled",
"CHECKBOX",
["Enabled", "Turn the system on or off"],
"Explosive Aircraft Crashes", true
] call CBA_fnc_addSetting;