Advertisement
Guest User

events.xml

a guest
May 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.04 KB | None | 0 0
  1.     <!-- dbo_cars -->
  2.     <event name="Vehicledbojeep">
  3.         <waves>0</waves>
  4.         <nominal>8</nominal>
  5.         <min>2</min>
  6.         <max>6</max>
  7.         <lifetime>300</lifetime>
  8.         <restock>0</restock>
  9.         <saferadius>1000</saferadius>
  10.         <distanceradius>500</distanceradius>
  11.         <cleanupradius>200</cleanupradius>
  12.         <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
  13.         <position>fixed</position>
  14.         <limit>mixed</limit>
  15.         <active>1</active>
  16.         <children>
  17.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep_camo1"/>
  18.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep_camo2"/>
  19.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep_camo3"/>
  20.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepB_camo1"/>
  21.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepB_camo2"/>
  22.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepB_camo3"/>
  23.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepA_camo1"/>
  24.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepA_camo2"/>
  25.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepA_camo3"/>
  26.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4s_camo1"/>
  27.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4s_camo2"/>
  28.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4s_camo3"/>
  29.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepAS_camo1"/>
  30.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepAS_camo2"/>
  31.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepAS_camo3"/>
  32.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4sM_camo1"/>
  33.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4sM_camo2"/>
  34.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeep4sM_camo3"/>
  35.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepDLX_camo1"/>
  36.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepDLX_camo2"/>
  37.         <child lootmax="0" lootmin="0" max="10" min="10" type="dbojeepDLX_camo3"/>
  38.         </children>
  39.     </event>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement