Hi, looking for some help with map markers, I got map markers working, but they only show for the first person who joins the server, this is what I am using
if (isServer) then {
_unit_0 = objNull;
if (true) then
{
_this = createMarker ["NWAF Aircraft Dealer", [4973.7749, 9948.7354, -338.98291]];
_this setMarkerText "NWAF Aircraft Dealer";
_this setMarkerType "Dot";
_this setMarkerColor "ColorGreen";
_this setMarkerBrush "Solid";
_marker_0 = _this;
};
};