mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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
|
||||
_BD_radius = 30;
|
||||
_BD_radius = DZE_PlotPole this select 0;
|
||||
_BD_center = getPos _nearPlotPole;
|
||||
|
||||
_objects = [];
|
||||
|
||||
Reference in New Issue
Block a user