mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update infectious waterholes init
Vanilla commits:a61088d9e80d18630c11
This commit is contained in:
@@ -1,57 +1,56 @@
|
|||||||
//Start server selection for infectedWaterHoles.
|
//Start server selection for infectedWaterHoles.
|
||||||
if (isServer) then {
|
private ["_WaterHoleArray","_ShuffleArray"];
|
||||||
private ["_WaterHoleArray","_ShuffleArray"];
|
|
||||||
|
|
||||||
_WaterHoleArray = [
|
_WaterHoleArray = [
|
||||||
"BlackLake",
|
"BlackLake",
|
||||||
"Gvozdno",
|
"Gvozdno",
|
||||||
"Gvozdno",
|
"Gvozdno",
|
||||||
"Kabanino",
|
"Kabanino",
|
||||||
"Kopyto",
|
"Kopyto",
|
||||||
"Mogilevka",
|
"Mogilevka",
|
||||||
"Nadezdinho",
|
"Nadezdinho",
|
||||||
"NorthNadezdinho",
|
"NorthNadezdinho",
|
||||||
"NorthPusta",
|
"NorthPusta",
|
||||||
"NorthTopolka",
|
"NorthTopolka",
|
||||||
"Novy",
|
"Novy",
|
||||||
"PobedaDam",
|
"PobedaDam",
|
||||||
"Pogorevka",
|
"Pogorevka",
|
||||||
"Polana",
|
"Polana",
|
||||||
"Prud",
|
"Prud",
|
||||||
"Sosnovy",
|
"Sosnovy",
|
||||||
"Stary",
|
"Stary",
|
||||||
"Topolka",
|
"Topolka",
|
||||||
"Vysota",
|
"Vysota",
|
||||||
"WillowLake"
|
"WillowLake"
|
||||||
];
|
];
|
||||||
|
|
||||||
_infectedWaterHoles = _WaterHoleArray call fn_shuffleArray;
|
_infectedWaterHoles = _WaterHoleArray call fn_shuffleArray;
|
||||||
|
|
||||||
infectedWaterHoles = [];
|
infectedWaterHoles = [];
|
||||||
|
|
||||||
diag_log format["INFO: Choosing waterholes to be infectious",true];
|
{
|
||||||
|
if ((random 1) < 0.5) then {
|
||||||
|
infectedWaterHoles set [count infectedWaterHoles, _x]; // set
|
||||||
|
};
|
||||||
|
} count _infectedWaterHoles;
|
||||||
|
|
||||||
{
|
//Send the random array to everyone.
|
||||||
if ((random 1) < 0.5) then {
|
publicVariable "infectedWaterHoles";
|
||||||
infectedWaterHoles set [count infectedWaterHoles, _x]; // set
|
|
||||||
};
|
|
||||||
uiSleep 0.01;
|
|
||||||
} count _infectedWaterHoles;
|
|
||||||
|
|
||||||
//Send the random array to everyone.
|
diag_log format["INFO: Chosen waterholes to be infectious - %1",infectedWaterHoles];
|
||||||
publicVariable "infectedWaterHoles";
|
|
||||||
|
|
||||||
diag_log format["INFO: Chosen waterholes to be infectious - %1",infectedWaterHoles];
|
|
||||||
};
|
|
||||||
|
|
||||||
|
/*
|
||||||
//Setup on each client witch water holes have been chosen by the server to be infected
|
//Setup on each client witch water holes have been chosen by the server to be infected
|
||||||
if (!isDedicated) then {
|
if (!isServer) then {
|
||||||
|
|
||||||
waitUntil { uiSleep 0.1; !isNil "infectedWaterHoles" };
|
waitUntil { sleep 0.1; !isNil "infectedWaterHoles" };
|
||||||
|
|
||||||
{
|
{
|
||||||
call compile preprocessFileLineNumbers ("\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\"+_x+".sqf");
|
call compile preprocessFileLineNumbers ("\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\"+_x+".sqf");
|
||||||
} count infectedWaterHoles;
|
} count infectedWaterHoles;
|
||||||
|
|
||||||
|
diag_log (infectedWaterHoles);
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1963,7 +1963,13 @@ class FSM
|
|||||||
"" \n
|
"" \n
|
||||||
"//Other Counters" \n
|
"//Other Counters" \n
|
||||||
" dayz_currentGlobalAnimals = count entities ""CAAnimalBase"";" \n
|
" dayz_currentGlobalAnimals = count entities ""CAAnimalBase"";" \n
|
||||||
" dayz_currentGlobalZombies = count entities ""zZombie_Base"";"/*%FSM</STATEINIT""">*/;
|
" dayz_currentGlobalZombies = count entities ""zZombie_Base"";" \n
|
||||||
|
"" \n
|
||||||
|
"{" \n
|
||||||
|
" call compile preprocessFileLineNumbers (""\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\""+_x+"".sqf""); " \n
|
||||||
|
"} count infectedWaterHoles;" \n
|
||||||
|
" " \n
|
||||||
|
"diag_log (infectedWaterHoles);"/*%FSM</STATEINIT""">*/;
|
||||||
precondition = /*%FSM<STATEPRECONDITION""">*/""/*%FSM</STATEPRECONDITION""">*/;
|
precondition = /*%FSM<STATEPRECONDITION""">*/""/*%FSM</STATEPRECONDITION""">*/;
|
||||||
class Links
|
class Links
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -116,11 +116,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -115,11 +115,10 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user