mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
#919 modify global var into array
This commit is contained in:
@@ -7,7 +7,7 @@ _nearPlotPole = nearestObject [player, "Plastic_Pole_EP1_DZ", 3];
|
|||||||
|
|
||||||
|
|
||||||
//"privatized" center variable
|
//"privatized" center variable
|
||||||
_BD_radius = 30;
|
_BD_radius = DZE_PlotPole this select 0;
|
||||||
_BD_center = getPos _nearPlotPole;
|
_BD_center = getPos _nearPlotPole;
|
||||||
|
|
||||||
_objects = [];
|
_objects = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user