mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
32fc6bb437
* Add possibility to create zeus during mission
* Use LLSTRING
* Allow deleting when setting is disabled
* Delete canCreate function
* Delete workaround for missed vehicles
* Revert "Delete workaround for missed vehicles"
This reverts commit e33102ee3c
.
23 lines
589 B
Plaintext
23 lines
589 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_settings_fnc_init;
|