Advertisement
Guest User

events.xml

a guest
May 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. //start dbo_cars jeep
  2.  
  3. <event name="Vehicledbojeep">
  4. <waves>0</waves>
  5. <nominal>3</nominal>
  6. <min>1</min>
  7. <max>3</max>
  8. <lifetime>300</lifetime>
  9. <restock>0</restock>
  10. <saferadius>1000</saferadius>
  11. <distanceradius>500</distanceradius>
  12. <cleanupradius>200</cleanupradius>
  13. <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
  14. <position>fixed</position>
  15. <limit>mixed</limit>
  16. <active>1</active>
  17. <children>
  18. <child lootmax="0" lootmin="0" max="0" min="0" type="dbojeep"/>
  19. </children>
  20. </event>
  21.  
  22.  
  23. <event name="Vehicledbojeep4s">
  24. <waves>0</waves>
  25. <nominal>3</nominal>
  26. <min>1</min>
  27. <max>3</max>
  28. <lifetime>300</lifetime>
  29. <restock>0</restock>
  30. <saferadius>1000</saferadius>
  31. <distanceradius>500</distanceradius>
  32. <cleanupradius>200</cleanupradius>
  33. <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
  34. <position>fixed</position>
  35. <limit>mixed</limit>
  36. <active>1</active>
  37. <children>
  38. <child lootmax="0" lootmin="0" max="3" min="1" type="dbojeep4s"/>
  39. </children>
  40. </event>
  41.  
  42.  
  43. <event name="VehicledbojeepAS">
  44. <waves>0</waves>
  45. <nominal>3</nominal>
  46. <min>1</min>
  47. <max>3</max>
  48. <lifetime>300</lifetime>
  49. <restock>0</restock>
  50. <saferadius>1000</saferadius>
  51. <distanceradius>500</distanceradius>
  52. <cleanupradius>200</cleanupradius>
  53. <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
  54. <position>fixed</position>
  55. <limit>mixed</limit>
  56. <active>1</active>
  57. <children>
  58. <child lootmax="0" lootmin="0" max="3" min="1" type="dbojeep"/>
  59. </children>
  60. </event>
  61.  
  62.  
  63. //end dbo_cars jeep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement