mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add streamer mode game options setting
The chat list does not appear to be toggleable on the fly because it is a display with no accessible controls. Giving it an idd and using closeDisplay did not work. So it needs to be manually set off screen in its config or covered up.
This commit is contained in:
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -139,7 +139,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
@@ -138,7 +138,7 @@ if (!isDedicated) then {
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
if (dayz_enableRules) then { execVM "rules.sqf"; };
|
||||
if (dayz_enableRules && (profileNamespace getVariable ["streamerMode",0] == 0)) then { dayz_rulesHandle = execVM "rules.sqf"; };
|
||||
if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
|
||||
execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf";
|
||||
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
|
||||
Reference in New Issue
Block a user