Jump to content

Custom Map Markers - Overwatch 0.2.5


GallardoAdsy

Recommended Posts

Hello,

 

I have been using this code for Custom Map Markers on my Server to show where my Custom Compounds are Located.

 

However, I am wondering how do you add a name to the Marker so it appears on the Map, In Game.

 

Code - 

 

//Marker on Map 1
_MARKERNAME = createMarker ["Skallisty Base", [13700,2960,0]];
_MARKERNAME setMarkerText "skallisty";
_MARKERNAME setMarkerShape "RECTANGLE";
_MARKERNAME setMarkerType "Flag";
_MARKERNAME setMarkerColor "ColorBlue";
_MARKERNAME setMarkerBrush "Solid";
_MARKERNAME setMarkerSize [230, 180];
MARKERNAME = _MARKERNAME ;
 
E.g. My Marker at the moment.
 
 
 
 
 

post-13326-0-54090400-1397133411_thumb.p

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...