Victor-the-Cleaner
Victor-the-Cleaner
Hi @ZzBombardierzZ, this is definitely a weird one. When I click through to your image, it looks like you are standing in the sea (maybe from a teleport?) but not...
This line is where the error message originates: [https://github.com/EpochModTeam/DayZ-Epoch/blob/9c116dd72f0bbfbeee5e9faae95f05ca7a63d3d4/SQF/dayz_server/compile/server_verifySender.sqf#L22](url) The _objPos variable is in ATL format because that's the format the database needs to recreate objects after a restart. But...
It may be the sea depth that's causing it. If that location is 50m or so, it might have gone over a threshold.
It's odd that it even uses that global variable here. `if (_objPos distance _playerPos > (Z_VehicleDistance + 10)) exitwith {` `Z_VehicleDistance = 40; // Max distance a vehicle can be...