mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
private["_pos"];
|
|
_pos = _this select 0;
|
|
#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"
|
|
|
|
|
|
{
|
|
[_x, "gear"] call server_updateObject;
|
|
} forEach nearestObjects [_pos, DayZ_GearedObjects, 10];
|
|
|