Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <!--This sets up available Pedestrians for the INI-->
- <!-- Usage:-->
- <!--<Ped> -->
- <!--<Tag>Name to Reference in INI for Vehicle Spawn classes</Tag>-->
- <!--<Model>Model of ped</Model>-->
- <!--<Health>initial health</Health>-->
- <!--<Armor>initial armor</Armor>-->
- <!--<Weapon> Removing or adding additional <Weapon> tags will add/reduce the number of weapons a ped has-->
- <!--<Model>Model name</Model>-->
- <!--<Attachment>Component name to give weapon</Attachment>-->
- <!--</Ped>-->
- <FiveStarResponse>
- <Peds>
- <Ped>
- <Tag>Marine</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_Marine_03</Model>
- <Health>100</Health>
- <Armor>100</Armor>
- <Weapon>
- <Model>WEAPON_COMBATMG</Model>
- <Attachment>COMPONENT_AT_SCOPE_MEDIUM</Attachment>
- </Weapon>
- <Weapon>
- <Model>WEAPON_MICROSMG</Model>
- <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Noose</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_Noose_01</Model>
- <Health>100</Health>
- <Armor>75</Armor>
- <Weapon>
- <Model>WEAPON_BULLPUPRIFLE</Model>
- <Attachment>COMPONENT_AT_AR_FLSH</Attachment>
- </Weapon>
- <Weapon>
- <Model>WEAPON_APPISTOL</Model>
- <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Pilot</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_FighterPilot_01</Model>
- <Health>100</Health>
- <Armor>5</Armor>
- <Weapon>
- <Model>WEAPON_HEAVYPISTOL</Model>
- <Attachment>COMPONENT_AT_PI_FLSH</Attachment>
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Sniper</Tag> <!-- Do Not Change this Tag!!-->
- <Model>s_m_m_noose_02</Model>
- <Health>100</Health>
- <Armor>75</Armor>
- <Weapon>
- <Model>WEAPON_HEAVYSNIPER</Model>
- <Attachment>COMPONENT_AT_SCOPE_MAX</Attachment>
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Rpgman</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_Marine_03</Model>
- <Health>100</Health>
- <Armor>100</Armor>
- <Weapon>
- <Model>WEAPON_RPG</Model>
- <Attachment />
- </Weapon>
- <Weapon>
- <Model>WEAPON_FLAREGUN</Model>
- <Attachment />
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Rai</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_Marine_01</Model>
- <Health>100</Health>
- <Armor>100</Armor>
- <Weapon>
- <Model>WEAPON_RAILGUN</Model>
- <Attachment />
- </Weapon>
- </Ped>
- <Ped>
- <Tag>Gre</Tag> <!-- Do Not Change this Tag!!-->
- <Model>S_M_Y_Marine_02</Model>
- <Health>100</Health>
- <Armor>100</Armor>
- <Weapon>
- <Model>WEAPON_GRENADELAUNCHER</Model>
- <Attachment />
- </Weapon>
- </Ped>
- </Peds>
- </FiveStarResponse>
Add Comment
Please, Sign In to add comment