mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
typo thanks to sublime text..
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
private ["_weapons","_magazines","_weaponscnt","_magazinescnt","_backpack"];
|
private ["_weapons","_magazines","_weaponscnt","_magazinescnt","_backpack"];
|
||||||
_backpack = nearestObject [player, "Bag_Base_EP1"];
|
_backpack = nearestObject [player, "Bag_Base_EP1"];
|
||||||
if (!(isNull _backpack)) then{}
|
if (!(isNull _backpack)) then {
|
||||||
if (!local _backpack) then {
|
if (!local _backpack) then {
|
||||||
_weapons = getWeaponCargo _backpack;
|
_weapons = getWeaponCargo _backpack;
|
||||||
_magazines = getMagazineCargo _backpack;
|
_magazines = getMagazineCargo _backpack;
|
||||||
|
|||||||
Reference in New Issue
Block a user