Jump to content
Sign in to follow this  
tambovskya

Problem with createMarker:

Recommended Posts

Hi.

I'm trying to create a marker, and it's not working. What am I doing wrong?

 _marker = createMarker ["theOldOutpost", [4345.8633,185.00682]], setMarkerType "o_unknown", setMarkerColor "ColorOPFOR", setMarkerText "Capture The Old Outpost", setMarkerSize [.5, .5]; 

Share this post


Link to post
Share on other sites
_marker1 = createMarker ["Marker1", [4345.8633,185.00682]];
_marker1 setMarkerType "o_unknown";
_marker1 setMarkerColor "ColorOPFOR";
_marker1 setMarkerText "Capture The Old Outpost";
_marker1 setMarkerSize [.5, .5];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×