mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update plot marker position
This commit is contained in:
@@ -56,7 +56,7 @@ if ((isNil "PP_Marks") && !_toggle) then {
|
|||||||
_color set [1, DZE_plotRed]; // red color if too high
|
_color set [1, DZE_plotRed]; // red color if too high
|
||||||
};
|
};
|
||||||
|
|
||||||
local _center = "Sign_sphere10cm_EP1" createVehicleLocal [0,0,0];
|
local _center = "Sign_sphere10cm_EP1" createVehicleLocal getPosATL _plot;
|
||||||
_center setObjectTexture DZE_plotGreen; // add color
|
_center setObjectTexture DZE_plotGreen; // add color
|
||||||
_center attachTo [_plot, [0,0,0]]; // move to model center
|
_center attachTo [_plot, [0,0,0]]; // move to model center
|
||||||
uiSleep 0.01; // allow time to attach
|
uiSleep 0.01; // allow time to attach
|
||||||
|
|||||||
Reference in New Issue
Block a user