Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ban acres unmute forever #9

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ force ace_cargo_paradropTimeCoefficent = 2.5;
force force ace_common_checkPBOsAction = 0;
force force ace_common_checkPBOsCheckAll = false;
force force ace_overheating_cookoffCoef = 0;
force force acre_sys_core_unmuteClients = false;

/*
* SERVER WHITELIST ===============================================================
Expand Down Expand Up @@ -288,6 +289,8 @@ force emr_main_preventHighVaulting = false;
force emr_main_staminaCoefficient = 1;
force emr_main_whitelistStr = "";

force grad_tfarautoswitch_main_channelFormat = "TFAR-%1";
force grad_tfarautoswitch_main_channelPassword = "helium";
force force grad_versionCheck_setting_dontKickAdmin = true;
force force grad_versionCheck_setting_kickOnMissingClient = true;
force force grad_versionCheck_setting_kickOnMissingServer = true;
Expand All @@ -302,8 +305,6 @@ force tf_independent_radio_code = "_independent";
force TF_terrain_interception_coefficient = 7;
force tf_west_radio_code = "_bluefor";
force TFAR_AICanHearPlayer = true;
force grad_tfarautoswitch_main_channelFormat = "TFAR-%1";
force grad_tfarautoswitch_main_channelPassword = "helium";
force TFAR_enableIntercom = true;
force TFAR_fullDuplex = true;
force TFAR_giveLongRangeRadioToGroupLeaders = false;
Expand Down
Loading