Guest User

events.xml

a guest
Feb 17th, 2020
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1.     <event name="VehicleKamaz_Spawn">
  2.         <nominal>1</nominal>
  3.         <min>1</min>
  4.         <max>1</max>
  5.         <lifetime>300</lifetime>
  6.         <restock>0</restock>
  7.         <saferadius>1000</saferadius>
  8.         <distanceradius>500</distanceradius>
  9.         <cleanupradius>200</cleanupradius>
  10.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  11.         <position>fixed</position>
  12.         <limit>mixed</limit>
  13.         <active>1</active>
  14.         <children>
  15.             <child lootmax="0" lootmin="0" max="4" min="1" type="Kamaz"/>
  16.             <child lootmax="0" lootmin="0" max="4" min="1" type="KamazFuel"/>
  17.             <child lootmax="0" lootmin="0" max="4" min="1" type="KamazCovered"/>
  18.         </children>
  19.     </event>
Add Comment
Please, Sign In to add comment