Hallo,
Ja die Versions Nummer ist wichtig bei der Version 1.2.5 kannst du die die mods für v1.2.4 und v1.2.5 benutzen.. Wenn die Fahrzeuge nicht erscheinen dann hast du sie falsch eingetragen in der player_cars.xml..
Hab dir die Fahrzeuge richtig eingefühgt

<?xml version="1.0" encoding="UTF-8"?>
<Cars>
<!--
How to add a new car.
I. Adding a new car to menu
just like the commentary which you are currently reading. An example of such a section is situated below in paragraph III.
Following is a list of parameters, which should be specified for a new car section:
'Name' attribute - this attribute is your car identificator. All gfx and settings for cars are situated in folders
named as their respective car ID's. For example, a 'Car28' car have all its data placed in following folders:
data\gui\Common\layouts\cars\Car28\
data\gui\3di_home\imagesets\cars\Car28\
data\gamedata\cars\Car28\
data\physics\cars\Car28\
data\physics\Engine\Car28\
data\physics\Transmission\Car28\
export\anims\cars\Car28\
export\gfxlib\cars\Car28\
export\meshes\cars\Car28\
export\texturesdds\cars\Car28\
All car identifiers SHOULD BE UNIQUE. Try to create an unique and distinctive IDs so you wouldn't collide
with other user cars and future developer cars.
'ABS' attribute - this attribute defines if this car could be driven with an antilock brake system.
Values: 'true' - ABS is enabled, 'false' - ABS is disabled.
'AT' attribute - this attribute defines if this car could be driven with an automatic gearbox.
Values: 'true' - automatic gearbox is enabled, 'false' - automatic gearbox is disabled.
NOTE that all cars should have a default manual gearbox.
'DisplayName' element - this element contains a name for the car, which is displayed in the menu.
'Description' element - this element contains a description for the car, such as technical specifications,
car creator or whatever else.
All listed parameters ARE MANDATORY.
AN IMPORTANT NOTE: This file should be saved with UTF-8 encoding.
II. Defining an image for a new car.
data\gui\3di_home\imagesets\cars\<Car ID>\
An examples of such files could be found at
data\gui\3di_home\imagesets\cars\Car01\
III. Example of new car description.
<Car Name="Shelly5000" ABS="false" AT="false" >
<DisplayName>Shelly Warsteed GT 5000</DisplayName>
<Description>
Shelly Warsteed GT 5000
Rear wheel drive
Manual transmission, 6 gears
Engine power of 5000 hp
Engine displacement 3000 cm3
Maximum speed 1000 km/h
Have your helmet on so it could be easier to pick up your head.
-->
<!-- ADD NEW CARS BELOW THIS LINE -->
<Car Name="ford_focus_st_2006_1.6" ABS="true" AT="true" >
<DisplayName>Ford Focus 1.6</DisplayName>
<Description>
Ford Focus 1.6 2006
Drive type: FWD
Type of gearbox and number of gears: Manual: 6; Auto: 4
Maximum power: 100 HP @ 6000 RPM
Engine displacement: 1596 cc
Maximum speed: Manual: 180; Auto: 172 km/h
0-100 km/h: Manual: 11,9; Auto: 13,6 sec
</Description>
</Car>
<Car Name="ford_focus_st_2006" ABS="true" AT="false" >
<DisplayName>Ford Focus ST</DisplayName>
<Description>
Ford Focus ST 2006
Drive type: FWD
Type of gearbox and number of gears: Manual: 6
Maximum power: 225 HP @ 6000 RPM
Engine displacement: 2522 cc
Maximum speed: 241 km/h
0-100 km/h: 6,8 sec
</Description>
</Car>
<Car Name="kia_ceed_2011_by_max" ABS="true" AT="true" >
<DisplayName>Kia Ceed 2011</DisplayName>
<Description>
Kia Ceed 2011
Drive type: FWD
Type of gearbox and number of gears: Manual: 6; Auto: 4
Maximum power: 126 HP @ 6300 RPM
Engine displacement: 1591 cc
Maximum speed: Manual: 192; Auto: 187 km/h
0-100 km/h: Manual: 10,8; Auto: 11,9 sec
</Description>
</Car>
<Car ABS="true" AT="true" Name="kia_ceed_2011_by_max">
<DisplayName>Kia Ceed 2011</DisplayName>
<Description> Kia Ceed 2011 Drive type: FWD Type of gearbox and number of
gears: Manual: 6; Auto: 4 Maximum power: 126 HP @ 6300 RPM Engine
displacement: 1591 cc Maximum speed: Manual: 192; Auto: 187 km/h 0-100
km/h: Manual: 10,8; Auto: 11,9 sec </Description>
</Car>
</Car>
<Car Name="ford_transit" ABS="true" AT="false" >
<DisplayName>Ford Transit</DisplayName>
<Description>
Ford Transit
Òèï ïğèâîäà: Ïåğåäíèé
Òèï êîğîáêè ïåğåäà÷ è êîë-âî ïåğåäà÷: ÌÊÏÏ 5
Ìîùíîñòü äâèãàòåëÿ: 85 ë.ñ
Ìàêñèìàëüíàÿ ñêîğîñòü: 130 êì/÷
</Description>
</Car>
<Car Name="Focus_III_ST" ABS="true" AT="true" >
<DisplayName>FORD FOCUS III ST</DisplayName>
<Description>
FORD FOCUS III ST
Тип привода: полный
Тип коробки передач и кол-во передач: МКПП, 5 АКПП, 5
Мощность двигателя, л.с.: 150
Макс. скорость, км/ч: 200
</Description>
</Car>
</Cars>
MfG, BiGi