Код:
new SirenC;
SirenC = CreateObject(19419, 10.0, 10.0, 10.0, 0, 0, 0);
AttachObjectToVehicle(SirenC, SDCar[0], -0.039999, -0.469999, 0.669999, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(SirenC, SDCar[1], -0.039999, -0.469999, 0.669999, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(SirenC, SDCar[2], -0.039999, -0.469999, 0.69999, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(SirenC, SDCar[3], -0.039999, -0.469999, 0.669999, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(SirenC, SDCar[4], -0.039999, -0.469999, 0.669999, 0.000000, 0.000000, 0.000000);
You can't attach one object to five different vehicles. It doesn't create instances of itself. If you have five vehicle you need five objects.