mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
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
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
private "_pos";
|
||||
|
||||
_pos = getPosASL (_this select 0);
|
||||
|
||||
if !(surfaceIsWater _pos) then {
|
||||
_pos = ASLToATL _pos;
|
||||
};
|
||||
|
||||
_pos
|
||||
local _pos = getPosATL (_this select 0);
|
||||
if (surfaceIsWater _pos) then {_pos = ATLToASL _pos;};
|
||||
_pos
|
||||
|
||||
Reference in New Issue
Block a user