mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
local _pos = getPosATL (_this select 0);
|
|
if (surfaceIsWater _pos) then {_pos = ATLToASL _pos;};
|
|
_pos
|