mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
private arrays part 2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private["_building","_GroupMarker","_list","_nearby","_run"];
|
||||
private ["_building","_GroupMarker","_nearby","_run","_items"];
|
||||
_building = _this select 0;
|
||||
_GroupMarker = _this select 1;
|
||||
_items = _this select 2;
|
||||
@@ -15,5 +15,4 @@ while {_run} do {
|
||||
};
|
||||
{deleteVehicle _x;} forEach _items;
|
||||
|
||||
|
||||
_building setVariable ["looted",(DateToNumber date),true];
|
||||
Reference in New Issue
Block a user