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