Hello to all !
I'm working on a little project at the mo which uses map placed markers which can be placed using onmapsingleclick.
Thing is that I'd rather not have these already placed on the map.
How can I spawn a marker at the same time as I use the onmapsingleclick command?
onMapSingleClick "_Marker setpos _pos"
_Marker = createmarker ["Position1", position _pos]
_Marker setMarkerType "Marker"
_Marker setMarkerColor "ColorGreen"
_Marker setMarkertext format ["%1",_lmark]
Y'see I cant get it working so that the marker is created,then setpos'd on the mapclick.
Anyone know how to sort this?
Cheers,
SSD