Files
DayZ-Epoch/SQF/dayz_code/compile/fn_getPos.sqf
A Man bde803b6d3 Players are able to use flares inside a vehicle now
Also remove FNC_GetSetPos. It is no longer needed or used.

Made by @Victor-the-Cleaner
2022-04-19 14:53:12 +02:00

4 lines
101 B
Plaintext

local _pos = getPosATL (_this select 0);
if (surfaceIsWater _pos) then {_pos = ATLToASL _pos;};
_pos