does no one really know how to make these vehicles disappear?
events.xml
Code
<event name="VehicleHmwvee">
<waves>0</waves>
<nominal>5</nominal>
<min>1</min>
<max>5</max>
<lifetime>64800</lifetime>
<restock>0</restock>
<saferadius>1000</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="0" lootmin="0" max="5" min="1" type="Hmwvee"/>
</children>
</event>
Alles anzeigen
economy.xml
Code
<economy>
<dynamic init="1" load="1" respawn="1" save="1"/>
<animals init="1" load="0" respawn="1" save="0"/>
<zombies init="1" load="0" respawn="1" save="0"/>
<vehicles init="1" load="1" respawn="1" save="1"/>
<randoms init="0" load="0" respawn="1" save="0"/>
<custom init="0" load="0" respawn="0" save="0"/>
<building init="0" load="0" respawn="0" save="0"/>
<player init="1" load="1" respawn="1" save="1"/>
</economy>
types.xml
Code
<type name="Hmwvee">
<nominal>0</nominal>
<lifetime>3888000</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
</type>
after restarting they just disappear not always...;(