ACE3/addons/novehicleclanlogo/initSettings.sqf
Filip Maciejewski a6ced105ee
Add No vehicle clan logo component (#9018)
* Add novehicleclanlogo component

* Documentation

* Update README.md

* Use selection name from vehicle config
2022-09-01 12:44:38 -05:00

12 lines
264 B
Plaintext

private _category = [ELSTRING(common,ACEKeybindCategoryVehicles), LSTRING(DisplayName)],;
[
QGVAR(enabled), "CHECKBOX",
[LELSTRING(common,Enabled), LSTRING(Enabled_Tooltip)],
_category,
false,
true,
{},
true
] call CBA_fnc_addSetting;