mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
0.1
This commit is contained in:
6
dayz_server/compile/server_updateNearbyObjects.sqf
Normal file
6
dayz_server/compile/server_updateNearbyObjects.sqf
Normal file
@@ -0,0 +1,6 @@
|
||||
private["_pos","_objects"];
|
||||
_pos = _this select 0;
|
||||
|
||||
{
|
||||
[_x, "gear"] call server_updateObject;
|
||||
} forEach nearestObjects [_pos, ["Car", "Helicopter", "Motorcycle", "Ship", "TentStorage"], 10];
|
||||
Reference in New Issue
Block a user