M3S keep spawning with damaged gas tanks & windshield

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • After the update to 1.13 all of my members trucks had damaged gas tanks and windshields. After I updated my server to 1.14 I redid the XML‘s and ran across another truck with the same damage has anybody found any solutions to have trucks Spawns back to no damage?

  • go to the events file


    1. turn off truck spawns (change the active number to 0) do this will remove all trucks

    2. save settings

    3. restart the server

    4. turn on truck spawns (change the active number to 1)

    5. save settings

    6. restart server


    </event>

    <event name="VehicleTruck01">

    <nominal>35</nominal>

    <min>30</min>

    <max>35</max>

    <lifetime>300</lifetime>

    <restock>0</restock>

    <saferadius>500</saferadius>

    <distanceradius>500</distanceradius>

    <cleanupradius>200</cleanupradius>

    <flags deletable="0" init_random="0" remove_damaged="1"/>

    <position>fixed</position>

    <limit>mixed</limit>

    <active>1</active>

    <children>

    <child lootmax="0" lootmin="0" max="5" min="3" type="Truck_01_Covered"/>

    <child lootmax="0" lootmin="0" max="5" min="3" type="Truck_01_Covered_Blue"/>

    <child lootmax="0" lootmin="0" max="5" min="3" type="Truck_01_Covered_Orange"/>

    </children>

    </event>