Hier mal ein Beispiel:
MedicVehs[0] = AddStaticVehicleEx(416,1253.6953,1.3370,1001.2204,268.8329,6,3,-1); // Medic 1
MedicVehs[1] = AddStaticVehicleEx(416,1253.7227,-3.6850,1001.2195,268.6466,6,3,-1); // Medic 2
MedicVehs[2] = AddStaticVehicleEx(416,1253.6777,-10.4069,1001.2204,269.8405,6,3,-1); // Medic 3
MedicVehs[3] = AddStaticVehicleEx(416,1253.8103,-15.8598,1001.2215,271.2381,6,3,-1); // Medic 4
MedicVehs[4] = AddStaticVehicleEx(416,1253.5358,-25.3843,1001.2206,269.3998,6,3,-1); // Medic 5
MedicVehs[5] = AddStaticVehicleEx(416,1253.5011,-30.1724,1001.2210,270.3278,6,3,-1); // Medic 6
MedicVehs[6] = AddStaticVehicleEx(416,1253.5879,-38.6072,1001.2100,271.4544,6,3,-1); // Medic 7
MedicVehs[7] = AddStaticVehicleEx(416,1253.6069,-44.1740,1001.2179,270.9576,6,3,-1); // Medic 8
MedicVehs[8] = AddStaticVehicleEx(490,1274.0238,-44.9860,1001.1303,358.4067,6,3,-1); // Medic 9
MedicVehs[9] = AddStaticVehicleEx(490,1278.5100,-44.9019,1001.1417,359.5143,6,3,-1); // Medic 10
MedicVehs[10] = AddStaticVehicleEx(490,1283.1558,-45.0322,1001.1298,359.0627,6,3,-1); // Medic 11
MedicVehs[11] = AddStaticVehicleEx(490,1292.6354,-45.2906,1001.1526,359.9298,6,3,-1); // Medic 12
for(new v=0; v<sizeof(MedicVehs); v++)
{
LinkVehicleToInterior(MedicVehs[v], 18);
}