diff --git a/addons/ark_admin_tools/functions/fnc_showUI.sqf b/addons/ark_admin_tools/functions/fnc_showUI.sqf new file mode 100644 index 0000000..e8b87f3 --- /dev/null +++ b/addons/ark_admin_tools/functions/fnc_showUI.sqf @@ -0,0 +1,8 @@ +ark_admin_tools_fnc_showUI = { + params ["_shown", "_mute"]; + + showChat _shown; + showHUD _shown; + missionNamespace setVariable ["diwako_dui_main_toggled_off", !_shown]; + player setVariable ["acre_sys_core_isDisabled", _mute, true]; +}; \ No newline at end of file