Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
222Orbita

Серверостроение – !!! [CE][VehicleRespawner]

Доброго времени суток! У меня имеются несколько своих ивентов со спавном авто. Они все прекрасно работают, но есть одно но – в консоли постоянно идёт предупреждение !!! [CE][VehicleRespawner] (PRIYamaha) :: Respawning: "VehicleYamaha" - Failed to spawn the requested amount (0 < 1) within 3 attempts. Прямо спам какой-то. Подскажите, пожалуйста, что можно сделать с этой бедой? Спасибо!

В миссии создал папку MyEvents. В ней создал два файла MyEvents.xml и MySpawnabletypes.xml. В cfgeconomycore.xml прописал их. Таже прописал координаты в cfgeventspawns.xml. Вот коды ивентов:

cfgeconomycore.xml

<rootclass name="DefaultWeapon" /> <!-- weapons -->
		<rootclass name="DefaultMagazine" /> <!-- magazines -->
		<rootclass name="Inventory_Base" /> <!-- inventory items -->
		<rootclass name="HouseNoDestruct" reportMemoryLOD="no" /> <!-- houses, wrecks -->
		<rootclass name="SurvivorBase" act="character" reportMemoryLOD="no" /> <!-- player characters -->
		<rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals -->
		<rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) -->
	</classes>
	<defaults>
		<default name="dyn_radius" value="30" />
		<default name="dyn_smin" value="0" />
		<default name="dyn_smax" value="0" />
		<default name="dyn_dmin" value="1" />
		<default name="dyn_dmax" value="5" />
		<default name="log_ce_loop" value="false"/>
		<default name="log_ce_dynamicevent" value="false"/>
		<default name="log_ce_vehicle" value="false"/>
		<default name="log_ce_lootspawn" value="false"/>
		<default name="log_ce_lootcleanup" value="false"/>
		<default name="log_ce_lootrespawn" value="false"/>
		<default name="log_ce_statistics" value="false"/>
		<default name="log_ce_zombie" value="false"/>
		<default name="log_storageinfo" value="false"/>
		<default name="log_hivewarning" value="true"/>
		<default name="log_missionfilewarning" value="true"/>
		<default name="save_events_startup" value="true"/>
		<default name="save_types_startup" value="true"/>
	</defaults>
	<ce folder="MyEvents">
		<file name="MyEvents.xml" type="events" />
		<file name="MySpawnabletypes.xml" type="spawnabletypes" />
	</ce>
	<ce folder="MyTypes">
		<file name="MyTypes.xml" type="types" />
	</ce>
</economycore>

MySpawnabletypes.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<spawnabletypes>
<!-- VAZ2107 -->
	<type name="VAZ_2107RF_black_rust">
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_driver_black_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_codriver_black_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo1_black_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo2_black_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_hood_black_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_trunk_black_rust" chance="0.20" />
		</attachments>
	</type>
	<type name="VAZ_2107RF_blue_rust">
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_driver_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_codriver_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo1_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo2_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_hood_blue_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_trunk_blue_rust" chance="0.20" />
		</attachments>
	</type>
	<type name="VAZ_2107RF_white_rust">
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_driver_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_codriver_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo1_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_cargo2_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_hood_white_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2107RF_doors_trunk_white_rust" chance="0.20" />
		</attachments>
	</type>
<!-- VAZ2109 -->
	<type name="VAZ_2109_RF_rust">
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_driver_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_codriver_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo1_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo2_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_hood_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_trunk_rust" chance="0.20" />
		</attachments>
	</type>
	<type name="VAZ_2109_RF_green_rust">
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_driver_green_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_codriver_green_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo1_green_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo2_green_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_hood_green_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_trunk_green_rust" chance="0.20" />
		</attachments>
	</type>
	<type name="VAZ_2109_RF_white_rust">
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_driver_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_codriver_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo1_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo2_white_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_hood_white_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_trunk_white_rust" chance="0.20" />
		</attachments>
	</type>
	<type name="VAZ_2109_RF_blue_rust">
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_wheel" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_driver_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_codriver_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo1_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_cargo2_blue_rust" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_hood_blue_rust" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="VAZ_2109_RF_doors_trunk_blue_rust" chance="0.20" />
		</attachments>
	</type>
<!-- Yamaha -->
	<type name="vino_RF">
		<attachments chance="1.00">
			<item name="vino_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="vino_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="vino_RF_wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="vino_RF_wheel" chance="1.00" />
		</attachments>
		<attachments chance="1.00">
			<item name="vino_RF_wheel" chance="1.00" />
		</attachments>
		<attachments chance="1.00">
			<item name="vino_RF_doors_trunk" chance="1.00" />
		</attachments>
		<attachments chance="1.00">
			<item name="Camonet" chance="0.05" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
	</type>
</spawnabletypes>

MyEvents.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
    <event name="VehicleVAZ2109">
        <nominal>6</nominal>
        <min>4</min>
        <max>6</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="2" min="1" type="VAZ_2109_RF_rust"/>
            <child lootmax="0" lootmin="0" max="2" min="1" type="VAZ_2109_RF_green_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_white_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_blue_rust"/>
        </children>
    </event>
    <event name="VehicleVAZ2107">
        <nominal>9</nominal>
        <min>3</min>
        <max>9</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="3" min="1" type="VAZ_2107RF_black_rust"/>
            <child lootmax="0" lootmin="0" max="3" min="1" type="VAZ_2107RF_blue_rust"/>
            <child lootmax="0" lootmin="0" max="3" min="1" type="VAZ_2107RF_white_rust"/>
        </children>
    </event>
    <event name="VehicleYamaha">
        <nominal>8</nominal>
        <min>1</min>
        <max>8</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="8" min="1" type="vino_RF"/>
        </children>
    </event>
</events>

cfgeventspawns.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<eventposdef>
  Ванильные координаты под транспорт и прочее
  <!-- Vehicles -->
	<event name="VehicleVAZ2109">
		<pos x="1360.550903" z="4006.805176" a="99.251915" />
		<pos x="7065.727539" z="4291.928711" a="76.741646" />
		<pos x="12874.788086" z="4450.552734" a="-1.591596" />
		<pos x="10642.041992" z="7878.819824" a="1.126609" />
		<pos x="11815.699219" z="13888.372070" a="0.226475" />
		<pos x="8410.272461" z="12029.011719" a="96.269585" />
		<pos x="1336.112061" z="12094.943359" a="2.555966" />
		<pos x="4681.138184" z="6794.562988" a="145.626465" />
	</event>
	<event name="VehicleVAZ2107">
		<pos x="15212.669922" z="13890.106445" a="0.226434" />
		<pos x="10793.582031" z="12462.180664" a="0.736900" />
		<pos x="5639.388672" z="13130.055664" a="0.251996" />
		<pos x="1310.876953" z="10070.208008" a="0.208936" />
		<pos x="1979.307495" z="7384.002441" a="-102.724937" />
		<pos x="7147.282715" z="7586.899414" a="0.515555" />
		<pos x="11229.258789" z="5370.277344" a="0.681344" />
		<pos x="9409.198242" z="1885.872437" a="28.783440" />
		<pos x="4465.992676" z="2350.319580" a="0.731157" />
	</event>
	<event name="VehicleYamaha">
		<pos x="13897.866211" z="13418.375977" a="0.224689" />
		<pos x="12760.140625" z="9640.546875" a="0.224689" />
		<pos x="13044.693359" z="7141.631348" a="66.719917" />
		<pos x="13418.380859" z="2810.549805" a="0.235141" />
		<pos x="9099.058594" z="4109.836914" a="0.219371" />
		<pos x="3121.436035" z="3931.748779" a="158.128052" />
		<pos x="1866.382324" z="2147.899414" a="167.640411" />
		<pos x="582.246765" z="5448.520508" a="-3.819997" />
	</event>
  
  <event name="InfectedVillage" />
    <event name="InfectedSolitude" />
    <event name="InfectedArmy" />
    <event name="InfectedCity" />
    <event name="InfectedMedic" />
    <event name="InfectedPolice" />
    <event name="InfectedFirefighter" />
    <event name="InfectedPrisoner" />
    <event name="AnimalDeer" />
    <event name="AnimalCow" />
    <event name="AnimalSheep" />
    <event name="AnimalRoeDeer" />
    <event name="AnimalWolf" />
    <event name="AnimalWildBoar" />
</eventposdef>

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Edited by 222Orbita
Добавление текста (see edit history)

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
    <event name="VehicleVAZ2109">
        <nominal>6</nominal>
        <min>4</min>
        <max>6</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>500</saferadius>
        <distanceradius>100</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="2" min="1" type="VAZ_2109_RF_rust"/>
            <child lootmax="0" lootmin="0" max="2" min="1" type="VAZ_2109_RF_green_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_white_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_blue_rust"/>
        </children>
    </event>
    <event name="VehicleVAZ2107">
        <nominal>9</nominal>
        <min>3</min>
        <max>9</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>500</saferadius>
        <distanceradius>100</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="3" min="1" type="VAZ_2107RF_black_rust"/>
            <child lootmax="0" lootmin="0" max="3" min="1" type="VAZ_2107RF_blue_rust"/>
            <child lootmax="0" lootmin="0" max="3" min="1" type="VAZ_2107RF_white_rust"/>
        </children>
    </event>
    <event name="VehicleYamaha">
        <nominal>8</nominal>
        <min>1</min>
        <max>8</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>500</saferadius>
        <distanceradius>100</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="8" min="1" type="vino_RF"/>
        </children>
    </event>
</events>

Может так попробовать? (правда вайп хотя бы ивента нужен)
Или добавить точек спавна ПОДАЛЬШЕ.
(тайпс не видел,поэтому судить не будем о тамошних ошибках,априори считаю что их нет)

 

Share this post


Link to post
Share on other sites



  • 0

@paranoyk Вот types.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<types>
  <!-- VAZ2109 Rust-->
	<type name="VAZ_2109_RF_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
	<type name="VAZ_2109_RF_green_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
	<type name="VAZ_2109_RF_white_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
	<type name="VAZ_2109_RF_blue_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
    <type name="VAZ_2109_RF_doors_driver_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_codriver_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo1_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo2_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_hood_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_trunk_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_driver_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_codriver_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo1_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo2_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_hood_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_trunk_green_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_driver_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_codriver_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo1_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo2_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_hood_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_trunk_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_driver_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_codriver_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo1_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_cargo2_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_hood_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_doors_trunk_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2109_RF_wheel">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
<!-- VAZ2107 Rust-->
	<type name="VAZ_2107RF_black_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
	<type name="VAZ_2107RF_blue_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
	<type name="VAZ_2107RF_white_rust">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
    <type name="VAZ_2107RF_doors_driver_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_codriver_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo1_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo2_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_hood_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_trunk_black_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_driver_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_codriver_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo1_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo2_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_hood_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_trunk_blue_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_driver_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_codriver_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo1_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_cargo2_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_hood_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_doors_trunk_white_rust">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="VAZ_2107RF_wheel">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
<!-- Yamaha-->
	<type name="vino_RF">
		<lifetime>3888000</lifetime>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0" />
	</type>
    <type name="vino_RF_wheel">
        <nominal>5</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>2</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"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
</types>

 

Share this post


Link to post
Share on other sites
  • 0

@222Orbita В тайпсе ошибок нет,как и думал....только нет vino_RF_doors_trunk. Но это мелочи. Попробуйте как писал изменить ивент или добавить точек.Бо 8 точек и все со спавном.....не хорошо.

Share this post


Link to post
Share on other sites
  • 0

@paranoyk В общем, переделал MyEvents.xml, вайпнул events, types и vehicles. Дело было в количестве точек спавна, просто уменьшил количество спавна авто на карте и всё заработало как надо. Спасибо большое!

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
    <event name="VehicleVAZ2109">
        <nominal>4</nominal>
        <min>1</min>
        <max>5</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="1" min="1" type="VAZ_2109_RF_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_green_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_white_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2109_RF_blue_rust"/>
        </children>
    </event>
    <event name="VehicleVAZ2107">
        <nominal>5</nominal>
        <min>1</min>
        <max>6</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="2" min="1" type="VAZ_2107RF_black_rust"/>
            <child lootmax="0" lootmin="0" max="2" min="1" type="VAZ_2107RF_blue_rust"/>
            <child lootmax="0" lootmin="0" max="1" min="1" type="VAZ_2107RF_white_rust"/>
        </children>
    </event>
    <event name="VehicleYamaha">
        <nominal>4</nominal>
        <min>1</min>
        <max>4</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="4" min="1" type="vino_RF"/>
        </children>
    </event>
</events>

 

Share this post


Link to post
Share on other sites
  • 0
1 час назад, 222Orbita сказал:

просто уменьшил количество спавна авто на карте

....тоже вариант.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.