2019-03-24 05:37:39 +00:00
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QEGVAR(medical,playerDamageThreshold),
|
|
|
|
"SLIDER",
|
|
|
|
[LSTRING(PlayerDamageThreshold_DisplayName), LSTRING(PlayerDamageThreshold_Description)],
|
|
|
|
ELSTRING(medical,Category),
|
|
|
|
[0, 25, 1, 2],
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|
|
|
|
|
|
|
|
[
|
2019-06-28 16:50:11 +00:00
|
|
|
QEGVAR(medical,AIDamageThreshold),
|
|
|
|
"SLIDER",
|
2019-03-24 05:37:39 +00:00
|
|
|
[LSTRING(AIDamageThreshold_DisplayName), LSTRING(AIDamageThreshold_Description)],
|
2019-06-28 16:50:11 +00:00
|
|
|
ELSTRING(medical,Category),
|
|
|
|
[0, 25, 1, 2],
|
|
|
|
true
|
2019-03-24 05:37:39 +00:00
|
|
|
] call CBA_settings_fnc_init;
|