how can i activate the vehicles
This my Configs
events.xml
<event name="VehicleCivilianSedan">
<waves>0</waves>
<nominal>8</nominal>
<min>4</min>
<max>8</max>
<lifetime>300</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="1" remove_damaged="1" sec_spawner="0"/>
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children/>
</event>
cfgeconomycore.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<economycore>
<classes>
<!--
These are rootclasses to be used by economy.
Do not forget to add attribute act="character", if root class represents character (player, infected, animal)
Do not forget to add attribute act="car", if root class represents moveable vehicles
-->
<rootclass name="DefaultWeapon" /> <!-- weapons -->
<rootclass name="DefaultMagazine" /> <!-- magazines -->
<rootclass name="HouseNoDestruct" /> <!-- houses, wrecks -->
<rootclass name="Inventory_Base" /> <!-- inventory items -->
<rootclass name="SurvivorBase" act="character" /> <!-- player characters -->
<rootclass name="DZ_LightAI" act="character" /> <!-- infected, animals -->
<rootclass name="Car_DZ" act="car" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) -->
</classes>
</economycore>
Please Help