mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -31,6 +31,7 @@ call {
|
|||||||
if (toLower worldName in ["chernarus","chernarus_winter"]) exitWith {dayz_minpos = -20000; dayz_maxpos = 20000;};
|
if (toLower worldName in ["chernarus","chernarus_winter"]) exitWith {dayz_minpos = -20000; dayz_maxpos = 20000;};
|
||||||
if (toLower worldName in ["napf","ruegen","sauerland"]) exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
if (toLower worldName in ["napf","ruegen","sauerland"]) exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
||||||
if (toLower worldName in ["tavi","taviana"]) exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;};
|
if (toLower worldName in ["tavi","taviana"]) exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;};
|
||||||
|
if (toLower worldName in ["fdf_isle1_a"]) exitWith {dayz_minpos = 0;dayz_maxpos = 20000;};
|
||||||
dayz_minpos = -20000; dayz_maxpos = 20000; // Default
|
dayz_minpos = -20000; dayz_maxpos = 20000; // Default
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -188,10 +188,10 @@ class Mission
|
|||||||
items=17;
|
items=17;
|
||||||
class Item0
|
class Item0
|
||||||
{
|
{
|
||||||
position[]={10788,0,8680};
|
position[]={11100,0,9300};
|
||||||
name="center";
|
name="center";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
a=3500;b=3500;
|
a=4000;b=4000;
|
||||||
};
|
};
|
||||||
class Item1
|
class Item1
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user