add global broadcast on players waiting longer than threshold, log

This commit is contained in:
2024-01-26 21:06:47 -08:00
parent 7e4af79fed
commit 4ced508005
2 changed files with 93 additions and 15 deletions

View File

@@ -162,6 +162,15 @@
true
] call CBA_fnc_addSetting;
[
"milsim_respawn_setting_reinsertion_timeout", // variable
"SLIDER", // type
["Request Timeout", "How long should at least one person be waiting before prompting a global notification."], // title
["17th Battalion", "Re-insert Queue"], // category
[60*10, 60*30, 60*20, 0, false], // [_min, _max, _default, _trailingDecimals, _isPercentage
true
] call CBA_fnc_addSetting;
diag_log text "[MILSIM] (settings) Custom CBA settings initialized";
nil;