mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
private "_display";
|
|
disableSerialization;
|
|
_display = uiNamespace getVariable ["wm_disp",displayNull];
|
|
|
|
if (profileNamespace getVariable ["streamerMode",0] == 1) then {
|
|
_display displayCtrl 1 ctrlShow false;
|
|
if (!isNil "dayz_rulesHandle") then {
|
|
terminate dayz_rulesHandle;
|
|
dayz_rulesHandle = nil;
|
|
};
|
|
} else {
|
|
_display displayCtrl 1 ctrlShow true;
|
|
}; |