hello all,
I need your help to resolv an issue on my server. i've two problems and i try to explain you;
1/ I've add buildings on the airfield, for that it's ok. But when i move the building to replace it correctly, i see items in the air. I try to modify the economy.xml to remove all items but it doesn't work.
I show you my procedure:
_ turn off the server
_ modify economy.xml
(lign <dynamic init="0" load="0" respawn="0" save="0"/> and <vehicles init="1" load="0" respawn="1" save="0"/>)
_ save changes
_ start the server
_ turn off the server
_ modifiy economy.xml to original values
_ save changes
_ start the server
I try to apply that several times but without succes. Please give me the real procedure.
2/ When i Put in place the new buildings, and i modify settings to add items on buildings, I see cars who spawns in the buildings.
How can i fix this.
I show you my configuration for an example:
(In --> db/events.xml , I create that)
<event name="StaticBuildingP">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>3888000</lifetime>
<restock>0</restock>
<saferadius>1</saferadius>
<distanceradius>20</distanceradius>
<cleanupradius>100</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1"/>
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="2" lootmin="1" max="5" min="3" type="Land_Tisy_HQ"/>
</children>
</event>
(And in --> cfgeventspawns.xml I create the location)
<event name="StaticBuildingP">
<pos x="4816" z="9680" a="153.0" />
</event>
I did the same procedure for all of buildings and i've the same issue, i don't no why cars spawns in buildings.
a solution?
Thanks for your help.
Mickael