push inventory global for now

This commit is contained in:
[VB]AWOL
2014-06-02 14:17:27 -05:00
parent a6953a69c2
commit 726e4e0c22
2 changed files with 3 additions and 3 deletions

View File

@@ -179,9 +179,9 @@ if (isServer && isNil "sm_done") then {
if (count _intentory > 0) then { if (count _intentory > 0) then {
if (_type in DZE_LockedStorage) then { if (_type in DZE_LockedStorage) then {
// Fill variables with loot // Fill variables with loot
_object setVariable ["WeaponCargo", (_intentory select 0)]; _object setVariable ["WeaponCargo", (_intentory select 0),true];
_object setVariable ["MagazineCargo", (_intentory select 1)]; _object setVariable ["MagazineCargo", (_intentory select 1),true];
_object setVariable ["BackpackCargo", (_intentory select 2)]; _object setVariable ["BackpackCargo", (_intentory select 2),true];
} else { } else {
//Add weapons //Add weapons