format(Fraktauto,sizeof(Fraktauto),"/Fraktionsdaten/FBI/%d.ini",i);
if(dini_Exists(Fraktauto))
{
dini_IntSet(Fraktauto,"modelid",Fraktautos[i][2][modelid]); // Vorher stand hier Fraktautos[i][1][modelid]
dini_FloatSet(Fraktauto,"FPosX",Fraktautos[i][2][fposx]); // Vorher stand hier Fraktautos[i][1][fposx]
dini_FloatSet(Fraktauto,"FPosY",Fraktautos[i][2][fposy]); // Vorher stand hier Fraktautos[i][1][fposy]
dini_FloatSet(Fraktauto,"FPosZ",Fraktautos[i][2][fposz]); // Vorher stand hier Fraktautos[i][1][fposz]
dini_FloatSet(Fraktauto,"FPosA",Fraktautos[i][2][fposa]); // Vorher stand hier Fraktautos[i][2][fposa]
dini_IntSet(Fraktauto,"Spoiler",GetVehicleComponentInSlot(FBIcar[i],0));
dini_IntSet(Fraktauto,"Hood",GetVehicleComponentInSlot(FBIcar[i],1));
dini_IntSet(Fraktauto,"Roof",GetVehicleComponentInSlot(FBIcar[i],2));
dini_IntSet(Fraktauto,"Sideskirt",GetVehicleComponentInSlot(FBIcar[i],3));
dini_IntSet(Fraktauto,"Lamps",GetVehicleComponentInSlot(FBIcar[i],4));
dini_IntSet(Fraktauto,"Nitro",GetVehicleComponentInSlot(FBIcar[i],5));
dini_IntSet(Fraktauto,"Exhaust",GetVehicleComponentInSlot(FBIcar[i],6));
dini_IntSet(Fraktauto,"Wheels",GetVehicleComponentInSlot(FBIcar[i],7));
dini_IntSet(Fraktauto,"Stereo",GetVehicleComponentInSlot(FBIcar[i],8));
dini_IntSet(Fraktauto,"Hydraulics",GetVehicleComponentInSlot(FBIcar[i],9));
dini_IntSet(Fraktauto,"FrontBumper",GetVehicleComponentInSlot(FBIcar[i],10));
dini_IntSet(Fraktauto,"RearBumper",GetVehicleComponentInSlot(FBIcar[i],11));
dini_IntSet(Fraktauto,"VentRight",GetVehicleComponentInSlot(FBIcar[i],12));
dini_IntSet(Fraktauto,"VentLeft",GetVehicleComponentInSlot(FBIcar[i],13));
print("Fraktionsfahrzeuge FBI gespeichert");
}// und so weiter