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