Update player_gearSync.sqf

This commit is contained in:
Mikeeeyy
2015-02-08 05:46:42 +00:00
parent 7fcb7ff657
commit 9623809d5b

View File

@@ -1,5 +1,5 @@
private ["_objects"]; private ["_objects"];
_objects = nearestObjects [getPosATL player, dayz_updateObjects, 10]; _objects = nearestObjects [player, dayz_updateObjects, 10];
{ {
//["PVDZE_veh_Update",[_x,"gear"]] call callRpcProcedure; //["PVDZE_veh_Update",[_x,"gear"]] call callRpcProcedure;
PVDZE_veh_Update = [_x,"gear"]; PVDZE_veh_Update = [_x,"gear"];