Guest User

Untitled

a guest
Feb 17th, 2016
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--This sets up available Pedestrians for the INI-->
  3. <!-- Usage:-->
  4. <!--<Ped> -->
  5. <!--<Tag>Name to Reference in INI for Vehicle Spawn classes</Tag>-->
  6. <!--<Model>Model of ped</Model>-->
  7. <!--<Health>initial health</Health>-->
  8. <!--<Armor>initial armor</Armor>-->
  9. <!--<Weapon> Removing or adding additional <Weapon> tags will add/reduce the number of weapons a ped has-->
  10. <!--<Model>Model name</Model>-->
  11. <!--<Attachment>Component name to give weapon</Attachment>-->
  12. <!--</Ped>-->
  13. <FiveStarResponse>
  14. <Peds>
  15. <Ped>
  16. <Tag>Marine</Tag> <!-- Do Not Change this Tag!!-->
  17. <Model>S_M_Y_Marine_03</Model>
  18. <Health>100</Health>
  19. <Armor>100</Armor>
  20. <Weapon>
  21. <Model>WEAPON_COMBATMG</Model>
  22. <Attachment>COMPONENT_AT_SCOPE_MEDIUM</Attachment>
  23. </Weapon>
  24. <Weapon>
  25. <Model>WEAPON_MICROSMG</Model>
  26. <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
  27. </Weapon>
  28. </Ped>
  29. <Ped>
  30. <Tag>Noose</Tag> <!-- Do Not Change this Tag!!-->
  31. <Model>S_M_Y_Noose_01</Model>
  32. <Health>100</Health>
  33. <Armor>75</Armor>
  34. <Weapon>
  35. <Model>WEAPON_BULLPUPRIFLE</Model>
  36. <Attachment>COMPONENT_AT_AR_FLSH</Attachment>
  37. </Weapon>
  38. <Weapon>
  39. <Model>WEAPON_APPISTOL</Model>
  40. <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
  41. </Weapon>
  42. </Ped>
  43. <Ped>
  44. <Tag>Pilot</Tag> <!-- Do Not Change this Tag!!-->
  45. <Model>S_M_Y_FighterPilot_01</Model>
  46. <Health>100</Health>
  47. <Armor>5</Armor>
  48. <Weapon>
  49. <Model>WEAPON_HEAVYPISTOL</Model>
  50. <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
  51. </Weapon>
  52. </Ped>
  53. <Ped>
  54. <Tag>Sniper</Tag> <!-- Do Not Change this Tag!!-->
  55. <Model>s_m_m_noose_02</Model>
  56. <Health>100</Health>
  57. <Armor>75</Armor>
  58. <Weapon>
  59. <Model>WEAPON_HEAVYSNIPER</Model>
  60. <Attachment>COMPONENT_AT_SCOPE_MAX</Attachment>
  61. </Weapon>
  62. </Ped>
  63. <Ped>
  64. <Tag>Rpgman</Tag> <!-- Do Not Change this Tag!!-->
  65. <Model>S_M_Y_Marine_03</Model>
  66. <Health>100</Health>
  67. <Armor>100</Armor>
  68. <Weapon>
  69. <Model>WEAPON_RPG</Model>
  70. <Attachment />
  71. </Weapon>
  72. <Weapon>
  73. <Model>WEAPON_FLAREGUN</Model>
  74. <Attachment />
  75. </Weapon>
  76. </Ped>
  77. <Ped>
  78. <Tag>Rai</Tag> <!-- Do Not Change this Tag!!-->
  79. <Model>S_M_Y_Marine_01</Model>
  80. <Health>100</Health>
  81. <Armor>100</Armor>
  82. <Weapon>
  83. <Model>WEAPON_RAILGUN</Model>
  84. <Attachment />
  85. </Weapon>
  86. </Ped>
  87. <Ped>
  88. <Tag>Gre</Tag> <!-- Do Not Change this Tag!!-->
  89. <Model>S_M_Y_Marine_02</Model>
  90. <Health>100</Health>
  91. <Armor>100</Armor>
  92. <Weapon>
  93. <Model>WEAPON_GRENADELAUNCHER</Model>
  94. <Attachment />
  95. </Weapon>
  96. </Ped>
  97. </Peds>
  98. </FiveStarResponse>
Add Comment
Please, Sign In to add comment