Advertisement
Eddlm

Mockup of convoy config

Sep 15th, 2017
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | None | 0 0
  1. <Data>
  2.     <Convoy Name="Money Truck">
  3.         <Info>
  4.             <CargoInfo>
  5.                 <Message>YO DUDE MONEY CAR</Message>
  6.                 <CargoType>Money</CargoType> <!--Money, VehicleItem, Item, Weapon, Vehicle, ped -->
  7.                 <CargoName>Bags 'o Money</CargoName>
  8.                 <CargoModel></CargoModel>   <!-- Only neccesary if the cargo is a real entity, like an item, weapon, vehicle or ped -->
  9.             </CargoInfo>
  10.         </Info>
  11.         <Spawnpoints>
  12.             <Spawn>
  13.                 <X></X>
  14.                 <Y></Y>
  15.                 <Z></Z>
  16.                 <Heading></Heading>
  17.             </Spawn>
  18.             <Spawn>
  19.                 <X></X>
  20.                 <Y></Y>
  21.                 <Z></Z>
  22.                 <Heading></Heading>
  23.             </Spawn>
  24.         </Spawnpoints>
  25.         <Destinations>
  26.             <Destination>
  27.                 <X></X>
  28.                 <Y></Y>
  29.                 <Z></Z>        
  30.             </Destination>
  31.             <Destination>
  32.                 <X></X>
  33.                 <Y></Y>
  34.                 <Z></Z>        
  35.             </Destination>
  36.         </Destinations>
  37.         <Cargo>
  38.             <Vehicle>stockade</Vehicle>
  39.             <Driver>
  40.                 <Model>player_zero</Model>
  41.                 <Weapon>WEAPON_PISTOL</Weapon>
  42.             </Driver>
  43.             <Team Units="2">
  44.                 <Model>player_zero</Model>
  45.                 <Weapon>WEAPON_PISTOL</Weapon>
  46.             </Team>
  47.         </Cargo>
  48.         <Escort>
  49.             <Unit>
  50.                 <Vehicle>mesa3</Vehicle>
  51.                 <Team Number="2">
  52.                     <Model>player_one</Model>
  53.                     <Weapon>WEAPON_PISTOL</Weapon>
  54.                 </Team>
  55.             </Unit>
  56.         </Escort>
  57.     </Convoy>
  58. </Data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement