How many trailers can a train have max?
#1

How many trailers could a train have?

For me, only 3 is working, maybe im doing wrong this is my code:

pawn Код:
tcar1 = AddStaticVehicleEx (537, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar2 = AddStaticVehicleEx (569, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar3 = AddStaticVehicleEx (569, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar4 = AddStaticVehicleEx (569, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar5 = AddStaticVehicleEx (569, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar6 = AddStaticVehicleEx (569,-3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );
    tcar7 = AddStaticVehicleEx (569, -3.0568,-1017.9979,20.8383,92.1999, 0, 1, 15 );

   
    AttachTrailerToVehicle(tcar1, tcar2);
    AttachTrailerToVehicle(tcar2, tcar3);
   
    AttachTrailerToVehicle(tcar3, tcar4);
    AttachTrailerToVehicle(tcar4, tcar5);
   
    AttachTrailerToVehicle(tcar5, tcar6);
    AttachTrailerToVehicle(tcar6, tcar7);
Is this correct or how do i do it?
Reply


Messages In This Thread
How many trailers can a train have max? - by Abreezy - 12.03.2012, 19:22
Re: How many trailers can a train have max? - by MP2 - 12.03.2012, 19:23
Re: How many trailers can a train have max? - by Abreezy - 12.03.2012, 19:27
Re: How many trailers can a train have max? - by MP2 - 12.03.2012, 19:33
Re: How many trailers can a train have max? - by Abreezy - 12.03.2012, 19:33
Re: How many trailers can a train have max? - by MP2 - 12.03.2012, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)