Jump to content

buildings help


S3M4J

Recommended Posts

so i have this code that works

 

class Item11
        {
            side="EMPTY";
            id=12;
            position[]={13260.079, -3.0727394, 3378.8081};
            vehicle="land_nav_pier_m_2";
            azimut=56.571701;
            lock="LOCKED";
            init="this setPosASL [getposASL this select 0, getposASL this select 1, -2.5]; this setpos [13260.079, 3378.8081, -3.0727394];";
        };

 

and this code dose'nt

 

class _vehicle_16
{
    objectType="vehicle";
    class Arguments
    {
        POSITION="[14043.132, 2835.394, 0.18242998]";
        TYPE="WarfareBAirport";
        AZIMUT="10.607469";
        PARENT="";
    };
};

 

How can i get the second one working?

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...