ACE3/addons/medical_ai/initSettings.sqf
2018-08-11 11:40:06 +01:00

13 lines
311 B
Plaintext

[
QGVAR(enabledFor),
"LIST",
[LLSTRING(enableFor_title), LLSTRING(enableFor_desc)],
LLSTRING(settingCategory),
[
[0, 1, 2],
[LELSTRING(Common,Disabled), LLSTRING(enabledFor_OnlyServerAndHC), LELSTRING(Common,Enabled)],
2
],
true
] call CBA_settings_fnc_init;