mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
needs testing, but should fix #1558
This commit is contained in:
@@ -53,8 +53,11 @@ if(_type == "weapon") then {
|
|||||||
if(_type == "backpack") then {
|
if(_type == "backpack") then {
|
||||||
_b0x1337 addBackpackCargoGlobal [_create,_qty];
|
_b0x1337 addBackpackCargoGlobal [_create,_qty];
|
||||||
};
|
};
|
||||||
|
if (surfaceIsWater _location) then {
|
||||||
_b0x1337 setPosATL _location;
|
_b0x1337 setPosASL _location;
|
||||||
|
} else {
|
||||||
|
_b0x1337 setPosATL _location;
|
||||||
|
};
|
||||||
|
|
||||||
player reveal _b0x1337;
|
player reveal _b0x1337;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user