mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
[
|
|
QGVAR(canCreateZeus),
|
|
"LIST",
|
|
format [LLSTRING(MenuSetting), LLSTRING(CreateZeus)],
|
|
format ["ACE %1", LLSTRING(DisplayName)],
|
|
[
|
|
[
|
|
CAN_CREATE_NONE,
|
|
CAN_CREATE_ADMIN,
|
|
CAN_CREATE_CONSOLE,
|
|
CAN_CREATE_ALL
|
|
],
|
|
[
|
|
localize "STR_A3_None",
|
|
localize "str_3den_attributes_enabledebugconsole_host_text",
|
|
localize "str_ui_debug_title",
|
|
localize "str_3den_attributes_enabledebugconsole_all_text"
|
|
],
|
|
0
|
|
],
|
|
true
|
|
] call CBA_fnc_addSetting;
|