mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -65,7 +65,7 @@ if (_hasoutput && !_invehicle) then {
|
|||||||
_item addMagazineCargoGlobal [_itemtodrop,1];
|
_item addMagazineCargoGlobal [_itemtodrop,1];
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_invehicle) then {
|
if (_hasoutput && _invehicle) then {
|
||||||
sleep 2;
|
sleep 2;
|
||||||
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
|
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ if (_hasoutput && !_invehicle) then {
|
|||||||
_item addMagazineCargoGlobal [_itemtodrop,1];
|
_item addMagazineCargoGlobal [_itemtodrop,1];
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_invehicle) then {
|
if (_hasoutput && _invehicle) then {
|
||||||
sleep 2;
|
sleep 2;
|
||||||
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
|
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user