mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -237,7 +237,7 @@ fa_coor2str = {
|
||||
_nearestCity = nearestLocations [_pos, ["NameCityCapital","NameCity","NameVillage","NameLocal"],1000];
|
||||
_town = "Wilderness";
|
||||
if (count _nearestCity > 0) then {_town = text (_nearestCity select 0)};
|
||||
_res = format["%1 [%2:%3]", _town, round((_pos select 0)/100), round((15360-(_pos select 1))/100)];
|
||||
_res = format["%1 [%2]", _town, mapGridPosition _pos];
|
||||
|
||||
_res
|
||||
};
|
||||
|
||||
@@ -27,13 +27,6 @@ sched_playershivewrite = {
|
||||
_n = _n + 1;
|
||||
};
|
||||
};
|
||||
if ([ -11000+500, 15360-21000+500, 0 ] distance _pos < 2000) then {
|
||||
diag_log format [ "HACK, player %1 at anti-ESP zone, killing him but no HIVE save for him.", _x call fa_plr2str ];
|
||||
_x setVariable ["CharacterID", nil, true ];
|
||||
unassignVehicle _x;
|
||||
_pos set [2, 2000]; // will be killed by gravity OR kick by anti TP
|
||||
_x setPosATL _pos;
|
||||
};
|
||||
};
|
||||
} forEach playableUnits;
|
||||
if (_n > 0) then {
|
||||
|
||||
Reference in New Issue
Block a user