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
Sign in to follow this  
Никита888

машины

Пропадают ванильные машины,буквально через пару минут,как от них отходишь, тайпс вроде норм прописан,да и евентс тоже,но машины не перестают исчезать,подскажите пожалуйста!

 <type name="Hatchback_02_Black">
        <nominal>0</nominal>
        <lifetime>3888000</lifetime>
        <restock>1800</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>

 

<event name="VehicleCivilianSedan">
        <nominal>1</nominal>
        <min>1</min>
        <max>1</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="0" type="CivilianSedan"/>
            <child lootmax="0" lootmin="0" max="1" min="0" type="CivilianSedan_Black"/>
            <child lootmax="0" lootmin="0" max="1" min="0" type="CivilianSedan_Wine"/>
        </children>
    </event>

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts




  • 0
4 часа назад, Denis69 сказал:

Тружусь второй день. проблема такая, стоят модовые авто, все хорошо. Недавно поставил еще модовые авто, все прописал в Types в том числе время жизни 3888000, но последние добавленные авто все равно пропадают. Что еще может быть?

как пример:

<type name="kamaz_tayfunR"> <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> <type name="kamaz_tayfunR_old"> <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> <type name="kamaz_tayfunR_camo"> <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>


<type name="kamaz_tayfunR">
		<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>
	<type name="kamaz_tayfunR_old">
		<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>
	<type name="kamaz_tayfunR_camo">
		<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>

 


Нужно добавить эти автомобили в events.xml  Пример ниже. По желанию меняется количество машин на сервере и т.д. 

<event name="kamaz_tayfunR">
        <nominal>1</nominal>
        <min>1</min>
        <max>1</max>
        <lifetime>3440000</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="0" type="CivilianSedan"/>
            <child lootmax="0" lootmin="0" max="1" min="0" type="CivilianSedan_Black"/>
            <child lootmax="0" lootmin="0" max="1" min="0" type="CivilianSedan_Wine"/>
        </children>
    </event>

 

Share this post


Link to post
Share on other sites
  • 0

@Denis69 Извините по пунктам -что делаете, кратко.
(проблема решается, но не так как описано выше)


 

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
Sign in to follow this  

×
×
  • 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.