How to add Locations for Aussie map.
Do i need to add this for each location
{30708,11868.7,0},
40,
{"Landvehicle","Ship","Tank","AIR"},
"Service Point Land / Ship / Air" ,
{31173.6,10950.4,0},
40,
{"Landvehicle","Ship","Tank","AIR"},
"Service Point Land / Ship / Air"
or can i add a list ike this:
{30708,11868.7,0.00143814},
{31173.6,10950.4,0.00143898},
{31173.4,10920.4,0.00143898},
{31093.7,10934.3,0.00143898},
{31519.1,9656.63,0.00143862}
etc
so file will look like this:
class Australia
ServicePoints[] = { // Array of coords for ServicePoints
{30708,11868.7,0.00143814},
{31173.6,10950.4,0.00143898},
{31173.4,10920.4,0.00143898},
{31093.7,10934.3,0.00143898},
{31519.1,9656.63,0.00143862}
};
};
thanks
MegaZ