Jump to content
  • 0

Service Point in Epoch


megaz

Question

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...