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  
hooligan334

change parameters loot

hey. A have problem.

static spawn svd

SpawnObject( "SVD", "553.341064 126.457130 4553.472168", "156.125015 84.917114 171.345779" );

how to make a given item disappear before restarting?

Types.xml

<type name="SVD">
        <nominal>4</nominal>
        <lifetime>7200</lifetime>
        <restock>14400</restock>
        <min>2</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="1" count_in_hoarder="1" count_in_map="1" count_in_player="1" crafted="0" deloot="1"/>
        <category name="weapons"/>
        <usage name="Military"/>
        <value name="Tier4"/>
    </type>

proto native float GetLifetime(); // lifetime in (seconds) - what is the idle before item abandoned at ground gets deleted

not work.

 

after reboot this item is still there

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
17 часов назад, hooligan334 сказал:

hey. A have problem.

static spawn svd

SpawnObject( "SVD", "553.341064 126.457130 4553.472168", "156.125015 84.917114 171.345779" );

how to make a given item disappear before restarting?

Types.xml


<type name="SVD">
        <nominal>4</nominal>
        <lifetime>7200</lifetime>
        <restock>14400</restock>
        <min>2</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="1" count_in_hoarder="1" count_in_map="1" count_in_player="1" crafted="0" deloot="1"/>
        <category name="weapons"/>
        <usage name="Military"/>
        <value name="Tier4"/>
    </type>

proto native float GetLifetime(); // lifetime in (seconds) - what is the idle before item abandoned at ground gets deleted

not work.

 

after reboot this item is still there

from what I observed

svd disappeared after 6 hours, HOW TO CHANGE ??

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.