help markers on map!

sovoki

Member
Hi there i just added this script into my server

_marker = createMarker ["change me", [Your cords here]];
_marker setMarkerText "Fallen City"; (Name)
_marker setMarkerType "mil_objective"; (Must be workingfor dayz)
_marker setMarkerColor "ColorRed"; (Marker color)
marker = _change me; (Same as above)

Mine:
Code:
_marker = createMarker ["City", [146,[13018.5,3745.03,0.002]];
_marker setMarkerText "Brige Other Island"; (Brige Other island)
_marker setMarkerType "City"; (Must be workingfor dayz)
_marker setMarkerColor "ColorRed"; (Marker color)
marker = _change me; (city)

but when i go into the server. after uploaded my mission.pbo there is nothing on the map
 
Back
Top