Jump to content
vaxoiva

Key Points problem

Recommended Posts

i cant add Key Points on my map it just show icon in zeus and it all not on the map

 

 

 

config.cpp

http://pastebin.com/ePwxmk2S

 

 

 

TutorialIsland.hpp

 

class qalaqi
{
name="qalaqi";
position[]={11057.94,10741.47};
type="NameCity";
 
radiusA=4000;
radiusB=4000;
angle=0.000;
};
 
 
 
 
i get config rom atlas guide
 
 
and terrain i make from CAPTNCAPS tutos

Share this post


Link to post
Share on other sites

Try this in your config :

 

class Names
    {
    class qalaqi
        {
            name = "qalaqi";
            position[] = {11057.94,10741.47};
            type = "NameCity";
            radiusA = 4000.0;
            radiusB = 4000.0;
            angle = 0.0;
        };
};    

Share this post


Link to post
Share on other sites

 

Try this in your config :

class Names
    {
    class qalaqi
        {
            name = "qalaqi";
            position[] = {11057.94,10741.47};
            type = "NameCity";
            radiusA = 4000.0;
            radiusB = 4000.0;
            angle = 0.0;
        };
};    

 

 

tnx for you replay but when ii load map in editor arma 3 just crash game

Share this post


Link to post
Share on other sites

Also. I believe there's some big where you need five or more keypoints before they show on the terrain

  • Like 1

Share this post


Link to post
Share on other sites

Also. I believe there's some big where you need five or more keypoints before they show on the terrain

 

 

yes its work tnx tnx tnx very much and 

 
Lappihuan from discord arma 3 group too

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×