glowpowner
Member
Hello guys me agian
i cant find it on google
when i add a marker in the map editor its show's on the right position
but when i add in me server mission.sqm and start the server its on the wrong position
Here is the code i use
i cant find it on google
when i add a marker in the map editor its show's on the right position
but when i add in me server mission.sqm and start the server its on the wrong position

Here is the code i use
Code:
class Item7
{
position[]={11489.416, 11325.14};
name="Trading Safe Zone";
text="Trading Safe Zone";
markerType="ELLIPSE";
type="Empty";
colorName="ColorGreen";
fillName="Grid";
a=80;
b=80;
drawBorder=1;
};
class Item8
{
position[]={11489.416, 11325.14};
name="Trading Safe Zone";
text="Trading Safe Zone";
type="NATO_base";
colorName="ColorBlack";
};
};