Skip to content

Commit

Permalink
Merge pull request #101 from Cyruz143/hide_ui
Browse files Browse the repository at this point in the history
Hide UI
  • Loading branch information
Cyruz143 authored Oct 28, 2022
2 parents c7b93c5 + 2b12013 commit c8a3f4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/ark_admin_tools/functions/fnc_showUI.sqf
Original file line number Diff line number Diff line change
@@ -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];
};

0 comments on commit c8a3f4c

Please sign in to comment.