mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1130 from SilvDev/patch-1
Update player_unlockVault.sqf
This commit is contained in:
@@ -108,9 +108,12 @@ if ((_ownerID == dayz_combination) or (_ownerID == dayz_playerUID)) then {
|
|||||||
_objWpnTypes = _magazines select 0;
|
_objWpnTypes = _magazines select 0;
|
||||||
_objWpnQty = _magazines select 1;
|
_objWpnQty = _magazines select 1;
|
||||||
_countr = 0;
|
_countr = 0;
|
||||||
|
{
|
||||||
|
if( _x != "CSGAS" ) then
|
||||||
{
|
{
|
||||||
_holder addmagazinecargoGlobal [_x,(_objWpnQty select _countr)];
|
_holder addmagazinecargoGlobal [_x,(_objWpnQty select _countr)];
|
||||||
_countr = _countr + 1;
|
_countr = _countr + 1;
|
||||||
|
};
|
||||||
} forEach _objWpnTypes;
|
} forEach _objWpnTypes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user