Jump to content

Alex03

Members
  • Posts

    498
  • Joined

  • Last visited

Posts posted by Alex03

  1. Tried your solution didnt work, the problem is as followning

    1. when I remove the persone id`s the truck shows in the ingame menu.

    <personel> <unit id="Staffelfuhrer Wardorf"> <defaultcount value="1" /> </unit> <unit id="Feuerwehrmann Wardorf" /> </personnel>

    2. When I add them back again the truck disapears.

    <personel> <unit id="Staffelfuhrer Wardorf"> <defaultcount value="1" /> </unit> <unit id="Feuerwehrmann Wardorf" /> </personnel>

  2. Hey

    I having a big problem adding personel to my truck. But I always get this erroe

    ?ScanVehicles: mod:Units/Vehicles/Fire Department/TSFWAR/unit.xml not found or error in file

    my xml file looks like this

    <unit id="TSF Wardorf">
    <campaign>
    <missions value="6 18 16 11 20">
    <prototype name="mod:Prototypes/Vehicles/FF/tsfwardorf.e4p" />
    <sendmode value = "1" />
    <price value="0" />
    <speed value="90" />
    <space value="6" />
    <loadspace value="0" />
    <personnel />
    <equipment />
    </missions>
    </campaign>

    <freeplay>
    <missions value="6 18 16 11 20 22">
    <prototype name="mod:Prototypes/Vehicles/FF/tsfwardorf.e4p" />
    <sendmode value = "1" />
    <price value="0" />
    <speed value="110" />
    <space value="6" />
    <loadspace value="0" />
    <personel>
    <unit id="Staffelfuhrer Wardorf">
    <defaultcount value="1" />
    </unit>
    <unit id="Feuerwehrmann Wardorf" />
    </personnel>
    <equipment />
    </missions>
    </freeplay>
    </unit>

    Can anny one please help me??

×
×
  • Create New...