Can someone help me with this
This doesn't work. Not sure why.
_marker1 = createMarker ["Marker1", getMarkerPos "marker_1"];
_marker1 setMarkerShape "RECTANGLE";
_marker1 setMarkerSize [100,100];
null = [["Marker1"],[3,1],[2,3,75],[0,0],[0],[0],[0,0],[0,0,350,EAST,TRUE]] call EOS_Spawn;
I am trying to create marker on random position and then EOS Spawn there. What do I need to do.
I apologize in advance if this was answered in this thread I couldn't find it.