mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
978049eab1
Adds a feature which leaves the vehicle engine running after getting out. So, it requires the driver to switch off the engine of the vehicle.
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
|
|
[
|
|
QGVAR(keepEngineRunning),
|
|
"CHECKBOX",
|
|
[LSTRING(SettingKeepEngineRunningName), LSTRING(SettingKeepEngineRunningDesc)],
|
|
localize ELSTRING(common,ACEKeybindCategoryVehicles),
|
|
false, // default value
|
|
true // isGlobal
|
|
] call CBA_settings_fnc_init;
|