Du musst in der cgfspawnables diese Dinge an den Autos und Zombies anhängen. Also zum Beispiel
<type name="CivilianSedan_Wine">
<attachments chance="1">
<item name="CivSedanWheel" />
</attachments>
<attachments chance="1">
<item name="CivSedanWheel" />
</attachments>
<attachments chance="1">
<item name="CivSedanWheel" />
</attachments>
<attachments chance="1">
<item name="CivSedanWheel" />
</attachments>
<attachments chance="1">
<item name="CarRadiator" />
</attachments>
<attachments chance="1">
<item name="CarBattery" />
</attachments>
und so weiter....
das gleiche im Prinzip bei den Z´s also z.B.:
</type>
<type name="ZmbF_HikerSkinny_Blue">
<attachments chance="1.00">
<item name="GhillieHood_Mossy" />
</attachments>
<attachments chance="1.00">
<item name="GhillieSuit_Mossy" />
</attachments>
und so weiter....
Viel Erfolg