mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
No longer teleport out moving of vehicles.
Server admins can also now override the settings of this with DZE_teleport = [100
This commit is contained in:
@@ -426,6 +426,10 @@ if(isNil "dayz_minpos") then {
|
||||
if(isNil "dayz_maxpos") then {
|
||||
dayz_maxpos = 20000;
|
||||
};
|
||||
if(isNil "DZE_teleport") then {
|
||||
DZE_teleport = [1000,2000,500,200,800];
|
||||
};
|
||||
|
||||
/*
|
||||
if(isNil "dayz_canBuildInCity") then {
|
||||
dayz_canBuildInCity = false;
|
||||
|
||||
Reference in New Issue
Block a user