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:
[VB]AWOL
2013-08-31 01:28:48 -05:00
parent e6399d740f
commit f209148a32
2 changed files with 38 additions and 26 deletions

View File

@@ -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;