mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Server Done I Think
This commit is contained in:
9
SQF/dayz_server/compile/server_updateNearbyObjects.sqf
Normal file
9
SQF/dayz_server/compile/server_updateNearbyObjects.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
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];
|
||||
|
||||
Reference in New Issue
Block a user