Hi iam trying to put in custom markers to epoch altis but i dont know how i tryed couple of things but doesnt work at all!
I putted this in my mission init.sqf
// Markers [] execVM "scripts\custom_marker.sqf";
I've created a file named custom_marker.sqf this is what i putted in
// TEST 1 MARKER _Tikhaya = createMarker ["_Tikhaya ", [23595.9,3.19,18002.4]]; _Tikhaya setMarkerText "Tikhaya City"; _Tikhaya setMarkerType "City"; _Tikhaya setMarkerColor "ColorRed"; _Tikhaya = _Tikhaya ; //TEST 2 MARKER _wreck = createMarker ["_wreck ", [23596.7,3.19,17999.2]]; _wreck setMarkerText "Junkyard"; _wreck setMarkerType "Depot"; _wreck setMarkerColor "ColorBlue"; _wreck = _wreck ;
It was just for testing markers on map
Nothing shows up tryed couple of things maby someone got a idee i just want to add some custom markers on different positions in map
Greetings Michel