mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
private["_pos"];
|
|
_pos = _this select 0;
|
|
|
|
{
|
|
[_x, "gear"] call server_updateObject;
|
|
} forEach nearestObjects [_pos, ["Car", "Helicopter", "Motorcycle", "Ship", "TentStorage", "VaultStorage"], 10];
|