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

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...