Guest User

Untitled

a guest
Jan 28th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.34 KB | None | 0 0
  1. This file contains default LSPDFR regions which will be used as fallback when your location is not found in the "CustomRegions.xml"
  2.  
  3. Improtant notes:
  4.  
  5. # These are supported backup types:
  6. - LocalPatrol
  7. - StatePatrol
  8. - LocalSWAT
  9. - NooseSWAT
  10. - LocalAir
  11. - NooseAir
  12. - FemaleLocalPatrol
  13. - FemaleStatePatrol
  14. - K9LocalPatrol
  15. - K9StatePatrol
  16.  
  17. # Each backup types consist of regions. Default regions are basically Los Santos City and Counties:
  18. - LosSantosCity
  19. - LosSantosCounty
  20. - BlaineCounty
  21. - NorthYankton
  22.  
  23. # You have to put any additional regions in "CustomRegions.xml" file
  24.  
  25. # Coroner and PoliceTransport are the units which requires "Stop The Ped" to call them
  26.  
  27. # Each regions may consist of multiple "VehicleSet" entries, which has these attributes:
  28. - "chance" is the random probability for the "VehicleSet" to be chosen (0-100) (mandatory if you have more than 1 entry)
  29. - "spawn_distance" is the distance the unit will be spawned from the player location. (optional)
  30. - "no_handgun" is used to force the unit without handgun (true/false). It is valid for Code 2 situation only
  31. - "no_firearm" is used to force the unit without any firearms or non-lethal only (true/false). It is valid for Code 2 and Code 3 situations
  32. - "k9_model" the dog model name for k9 backup unit. This attibute is only valid for "K9LocalPatrol" and "K9StatePatrol"
  33. Available dog models are: "CHOP", "SHEPHERD", "SHEPHERD", "SHEPHERD", "SHEPHERD". (if nothing is set, default would be "SHEPHERD")
  34. - "k9_tex_face" the dog face/head texture number (default="1")
  35. - "k9_tex_shirt" the dog vest texture number (default="1")
  36. - "k9_tex_accessories" the accessories texture number (default="1")
  37.  
  38. # Each "VehicleSet" entries consist of multiple "Vehicles", "Peds", "NonLethals", "HandGuns", and "LongGuns" group entries
  39.  
  40. # The "Vehicle" entry has the following attributes:
  41. - "chance" is the random probability for the vehicle model to be chosen (0-100) (mandatory if you have more than 1 entry)
  42. - "pax" is the number of police passenger in the vehicle. This attribute will have no effect on "Ambulance" and "FireTruck" units
  43. - "pax_chance" is the chance that the vehicle will have passengers(s) (0-100)
  44. - "livery" the livery number on vehicle model (the first livery index is "1")
  45. - "color" the color of the vehicle. It might be a "integer number" or "color name" (from https://docs.microsoft.com/en-us/dotnet/api/system.drawing.color?view=netframework-4.6.1 )
  46. - "extra_1" to "extra_12" is the vehicle extras. ("True" or "False")
  47.  
  48. # The "Ped" entry has the following attributes:
  49. - "chance" is the random probability for the ped model to be chosen (0-100) (mandatory if you have more than 1 entry)
  50. - "random_props" is the flag (value: "True" or "False") to turn on/off random ped properties (hats, glasses, ears, and watches). By default, it is set to "True".
  51.  
  52. - Ped props (properties) and textures can also be set in this entry. The first props index is "1" (like in TrainerV). "0" value means disabled.
  53. If you set props without texture, the first texture will be used. All "tex_" attributes must be accompanied by its "prop_" counterpart
  54. * prop_hats and tex_hats
  55. * prop_glasses and tex_glasses
  56. * prop_ears and tex_ears
  57. * prop_watches and tex_watches
  58.  
  59. - Ped comps (components) and textures can also be set in this entry. The first comps index is "1" (like in TrainerV). "0" value means disabled.
  60. If you set comps without texture, the first texture will be set. All "tex_" attributes must be accompanied by its "comp_" counterpart
  61. * comp_face and tex_face
  62. * comp_beard and tex_beard
  63. * comp_hair and tex_hair
  64. * comp_shirt and tex_shirt
  65. * comp_pants and tex_pants
  66. * comp_hands and tex_hands
  67. * comp_shoes and tex_shoes
  68. * comp_eyes and tex_eyes
  69. * comp_accessories and tex_accessories
  70. * comp_tasks and tex_tasks
  71. * comp_decals and tex_decals
  72. * comp_shirtoverlay and tex_shirtoverlay
  73.  
  74. # The "NonLethals" entry has no attribute. The weapon/items inside this group will always be added to the ped
  75.  
  76. # The "HandGuns" and "LongGuns" entries have the following attributes:
  77. - "chance" is the random probability for the weapon to be chosen (0-100)
  78. (mandatory if you have more than 1 entry and the total chance inside this group should add up to 100)
  79. - "comp_1" to "comp_6" are the weapon component that can be attached to the weapon (there are 6 slots available)
  80.  
  81. # If this group is not defined, the default value will be assigned
  82. - default item/weapon for "NonLethals" group is "WEAPON_STUNGUN"
  83. - default item/weapon for "HandGuns" group is "WEAPON_PISTOL"
  84. - default items/weapons for "LongGuns" group are "WEAPON_CARBINERIFLE" (67% chance) and "WEAPON_PUMPSHOTGUN" (33% chance)
  85.  
  86. # You can find the list of supported weapons, weapon components, and item names in the "Weapons reference.txt" file
  87.  
  88. # Ultimate Backup also supports the multiplayer freemode ped models (S_M_Y_COP_01 and S_F_Y_COP_01).
  89. You can customize the components and props the same way as the vanilla (preset) GTA characters. You can find example on "DefaultRegions.xml" of Los Santos City local patrol.
  90. Since the vanilla GTA V MP freemode only support outfits for LSPD, you will need EUP pack to use other agency's outfit (e.g. LSSD) and customize it by yourself.
  91. To help you customizing the peds, make sure to use GTA V Simple Trainer (TrainerV) to observe and get the number or index from each components and props
  92.  
  93. -->
  94. <UltimateBackup>
  95. <LocalPatrol>
  96. <LosSantosCity>
  97. <VehicleSet no_firearm="true">
  98. <Vehicles>
  99. <Vehicle chance="33" pax="1" pax_chance="40">POLICE</Vehicle>
  100. <Vehicle chance="33" pax="1" pax_chance="25">POLICE2</Vehicle>
  101. <Vehicle chance="34" pax="1" pax_chance="25">POLICE3</Vehicle>
  102. </Vehicles>
  103. <Peds>
  104. <Ped chance="100" comp_shirt="1" comp_shirtoverlay="2" comp_accessories="1" prop_hats="2" prop_glasses="4">S_M_Y_COP_01</Ped>
  105. </Peds>
  106. <NonLethals>
  107. <NonLethal>WEAPON_STUNGUN</NonLethal>
  108. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  109. </NonLethals>
  110. </VehicleSet>
  111. </LosSantosCity>
  112. <LosSantosCounty>
  113. <VehicleSet no_firearm="true" spawn_distance="150">
  114. <Vehicles>
  115. <Vehicle chance="50" pax="1" pax_chance="40">POLICE</Vehicle>
  116. <Vehicle chance="25" pax="1" pax_chance="25">POLICE2</Vehicle>
  117. <Vehicle chance="10" pax="1" pax_chance="25">POLICE4</Vehicle>
  118. <Vehicle chance="15" pax="1" pax_chance="25">POLICE5</Vehicle>
  119. </Vehicles>
  120. <Peds>
  121. <Ped chance="100" comp_shirt="1" comp_shirtoverlay="2" comp_accessories="1" prop_hats="2" prop_glasses="4">S_M_Y_COP_01</Ped>
  122. </Peds>
  123. <NonLethals>
  124. <NonLethal>WEAPON_STUNGUN</NonLethal>
  125. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  126. </NonLethals>
  127. </VehicleSet>
  128. </LosSantosCounty>
  129. <VehicleSet no_firearm="true" spawn_distance="150">
  130. <Vehicles>
  131. <Vehicle chance="50" pax="1" pax_chance="40">POLICE</Vehicle>
  132. <Vehicle chance="25" pax="1" pax_chance="25">POLICE2</Vehicle>
  133. <Vehicle chance="10" pax="1" pax_chance="25">POLICE4</Vehicle>
  134. <Vehicle chance="15" pax="1" pax_chance="25">POLICE5</Vehicle>
  135. </Vehicles>
  136. <Peds>
  137. <Ped chance="100" comp_shirt="1" comp_shirtoverlay="2" comp_accessories="1" prop_hats="2" prop_glasses="4">S_M_Y_COP_01</Ped>
  138. </Peds>
  139. <NonLethals>
  140. <NonLethal>WEAPON_STUNGUN</NonLethal>
  141. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  142. </NonLethals>
  143. </VehicleSet>
  144. <BlaineCounty>
  145. <VehicleSet no_firearm="true" spawn_distance="150">
  146. <Vehicles>
  147. <Vehicle chance="50" pax="1" pax_chance="40">POLICE</Vehicle>
  148. <Vehicle chance="25" pax="1" pax_chance="25">POLICE2</Vehicle>
  149. <Vehicle chance="10" pax="1" pax_chance="25">POLICE4</Vehicle>
  150. <Vehicle chance="15" pax="1" pax_chance="25">POLICE5</Vehicle>
  151. </Vehicles>
  152. <Peds>
  153. <Ped chance="100" comp_shirt="1" comp_shirtoverlay="2" comp_accessories="1" prop_hats="2" prop_glasses="4">S_M_Y_COP_01</Ped>
  154. </Peds>
  155. <NonLethals>
  156. <NonLethal>WEAPON_STUNGUN</NonLethal>
  157. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  158. </NonLethals>
  159. </VehicleSet>
  160. </BlaineCounty>
  161. <NorthYankton>
  162. <VehicleSet spawn_distance="150">
  163. <Vehicles>
  164. <Vehicle chance="75" pax="1" pax_chance="25">POLICEOLD1</Vehicle>
  165. <Vehicle chance="25" pax="1" pax_chance="25">POLICEOLD2</Vehicle>
  166. </Vehicles>
  167. <Peds>
  168. <Ped chance="60" comp_accessories="1" prop_glasses="1" prop_hats="1">S_M_M_SNOWCOP_01</Ped>
  169. <Ped chance="40" prop_glasses="2" prop_hats="2">S_M_M_SNOWCOP_01</Ped>
  170. </Peds>
  171. <NonLethals>
  172. <NonLethal>WEAPON_STUNGUN</NonLethal>
  173. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  174. </NonLethals>
  175. </VehicleSet>
  176. </NorthYankton>
  177. </LocalPatrol>
  178. <StatePatrol>
  179. <LosSantosCity>
  180. <VehicleSet no_firearm="true" chance="70">
  181. <Vehicles>
  182. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF5</Vehicle>
  183. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF2</Vehicle>
  184. <Vehicle chance="15" pax="1" pax_chance="25">SHERIFF4</Vehicle>
  185. <Vehicle chance="10" pax="1" pax_chance="25">SHERIFF6</Vehicle>
  186. </Vehicles>
  187. <Peds>
  188. <Ped chance="75" comp_shirt="1" comp_shirtoverlay="2" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="1" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  189. <Ped chance="25" comp_shirt="1" comp_shirtoverlay="1" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="0" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  190. </Peds>
  191. </VehicleSet>
  192. <VehicleSet chance="30">
  193. <Vehicles>
  194. <Vehicle>POLICEB</Vehicle>
  195. </Vehicles>
  196. <Peds>
  197. <Ped comp_shirtoverlay="2" comp_shirt="2" comp_pants="1" comp_decals="2" prop_glasses="1" tex_glasses="2" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  198. </Peds>
  199. </VehicleSet>
  200. </LosSantosCity>
  201. <LosSantosCounty>
  202. <VehicleSet no_firearm="true" chance="70">
  203. <Vehicles>
  204. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF3</Vehicle>
  205. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF</Vehicle>
  206. <Vehicle chance="15" pax="1" pax_chance="25">SHERIFF4</Vehicle>
  207. <Vehicle chance="10" pax="1" pax_chance="25">SHERIFF6</Vehicle>
  208. </Vehicles>
  209. <Peds>
  210. <Ped chance="75" comp_shirt="1" comp_shirtoverlay="2" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="1" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  211. <Ped chance="25" comp_shirt="1" comp_shirtoverlay="1" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="0" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  212. </Peds>
  213. </VehicleSet>
  214. <VehicleSet chance="30">
  215. <Vehicles>
  216. <Vehicle>POLICEB</Vehicle>
  217. </Vehicles>
  218. <Peds>
  219. <Ped comp_shirtoverlay="2" comp_shirt="2" comp_pants="1" comp_decals="2" prop_glasses="1" tex_glasses="2" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  220. </Peds>
  221. </VehicleSet>
  222. </LosSantosCounty>
  223. <BlaineCounty>
  224. <VehicleSet no_firearm="true" chance="70">
  225. <Vehicles>
  226. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF3</Vehicle>
  227. <Vehicle chance="25" pax="1" pax_chance="25">SHERIFF</Vehicle>
  228. <Vehicle chance="15" pax="1" pax_chance="25">SHERIFF4</Vehicle>
  229. <Vehicle chance="10" pax="1" pax_chance="25">SHERIFF6</Vehicle>
  230. </Vehicles>
  231. <Peds>
  232. <Ped chance="75" comp_shirt="1" comp_shirtoverlay="2" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="1" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  233. <Ped chance="25" comp_shirt="1" comp_shirtoverlay="1" comp_pants="2" comp_decals="1" prop_glasses="2" tex_glasses="1" comp_tasks="0" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  234. </Peds>
  235. </VehicleSet>
  236. <VehicleSet chance="30">
  237. <Vehicles>
  238. <Vehicle>POLICEB</Vehicle>
  239. </Vehicles>
  240. <Peds>
  241. <Ped comp_shirtoverlay="2" comp_shirt="2" comp_pants="1" comp_decals="2" prop_glasses="1" tex_glasses="2" prop_hats="0">S_M_Y_HWAYCOP_01</Ped>
  242. </Peds>
  243. </VehicleSet>
  244. </BlaineCounty>
  245. <NorthYankton>
  246. <VehicleSet>
  247. <Vehicles>
  248. <Vehicle chance="75" pax="1" pax_chance="25">POLICEOLD1</Vehicle>
  249. <Vehicle chance="25" pax="1" pax_chance="25">POLICEOLD2</Vehicle>
  250. </Vehicles>
  251. <Peds>
  252. <Ped chance="50" comp_accessories="1" prop_glasses="1" prop_hats="1">S_M_M_SNOWCOP_01</Ped>
  253. <Ped chance="50" prop_glasses="2" prop_hats="2">S_M_M_SNOWCOP_01</Ped>
  254. </Peds>
  255. </VehicleSet>
  256. </NorthYankton>
  257. </StatePatrol>
  258. <LocalSWAT>
  259. <LosSantosCity>
  260. <VehicleSet>
  261. <Vehicles>
  262. <Vehicle chance="50" pax="3" pax_chance="75">FBI</Vehicle>
  263. <Vehicle chance="25" pax="3" pax_chance="20">FBI3</Vehicle>
  264. <Vehicle chance="25" pax="3" pax_chance="5">FBI2</Vehicle>
  265. </Vehicles>
  266. <Peds>
  267. <Ped comp_decals="1" tex_decals="1" prop_hats="1">S_M_Y_SWAT_01</Ped>
  268. </Peds>
  269. <NonLethals>
  270. <NonLethal>WEAPON_STUNGUN</NonLethal>
  271. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  272. </NonLethals>
  273. <HandGuns>
  274. <HandGun chance="100">WEAPON_COMBATPISTOL</HandGun>
  275. </HandGuns>
  276. <LongGuns>
  277. <LongGun chance="100">WEAPON_CARBINERIFLE</LongGun>
  278. </LongGuns>
  279. </VehicleSet>
  280. </LosSantosCity>
  281. <LosSantosCounty>
  282. <VehicleSet spawn_distance="150">
  283. <Vehicles>
  284. <Vehicle chance="50" pax="3" pax_chance="75">FBI</Vehicle>
  285. <Vehicle chance="25" pax="3" pax_chance="20">FBI3</Vehicle>
  286. <Vehicle chance="25" pax="3" pax_chance="5">FBI2</Vehicle>
  287. </Vehicles>
  288. <Peds>
  289. <Ped comp_decals="1" tex_decals="1" prop_hats="0">S_M_Y_SWAT_01</Ped>
  290. </Peds>
  291. <NonLethals>
  292. <NonLethal>WEAPON_STUNGUN</NonLethal>
  293. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  294. </NonLethals>
  295. <HandGuns>
  296. <HandGun chance="75">WEAPON_COMBATPISTOL</HandGun>
  297. <HandGun chance="25">WEAPON_PISTOL</HandGun>
  298. </HandGuns>
  299. <LongGuns>
  300. <LongGun chance="67">WEAPON_ADVANCEDRIFLE</LongGun>
  301. <LongGun chance="33">WEAPON_ASSAULTSHOTGUN</LongGun>
  302. </LongGuns>
  303. </VehicleSet>
  304. </LosSantosCounty>
  305. <BlaineCounty>
  306. <VehicleSet spawn_distance="150">
  307. <Vehicles>
  308. <Vehicle chance="50" pax="3" pax_chance="75">FBI</Vehicle>
  309. <Vehicle chance="25" pax="3" pax_chance="20">FBI3</Vehicle>
  310. <Vehicle chance="25" pax="3" pax_chance="5">FBI2</Vehicle>
  311. </Vehicles>
  312. <Peds>
  313. <Ped comp_decals="1" tex_decals="1" prop_hats="0">S_M_Y_SWAT_01</Ped>
  314. </Peds>
  315. <NonLethals>
  316. <NonLethal>WEAPON_STUNGUN</NonLethal>
  317. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  318. </NonLethals>
  319. <HandGuns>
  320. <HandGun chance="75">WEAPON_COMBATPISTOL</HandGun>
  321. <HandGun chance="25">WEAPON_PISTOL</HandGun>
  322. </HandGuns>
  323. <LongGuns>
  324. <LongGun chance="67">WEAPON_ADVANCEDRIFLE</LongGun>
  325. <LongGun chance="33">WEAPON_ASSAULTSHOTGUN</LongGun>
  326. </LongGuns>
  327. </VehicleSet>
  328. </BlaineCounty>
  329. <NorthYankton>
  330. <VehicleSet spawn_distance="150">
  331. <Vehicles>
  332. <Vehicle chance="75" pax="3" pax_chance="25">POLICEOLD1</Vehicle>
  333. <Vehicle chance="25" pax="3" pax_chance="75">POLICEOLD2</Vehicle>
  334. </Vehicles>
  335. <Peds>
  336. <Ped comp_decals="1" tex_decals="2" prop_hats="0">S_M_Y_SWAT_01</Ped>
  337. </Peds>
  338. <NonLethals>
  339. <NonLethal>WEAPON_STUNGUN</NonLethal>
  340. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  341. </NonLethals>
  342. <HandGuns>
  343. <HandGun chance="75">WEAPON_COMBATPISTOL</HandGun>
  344. <HandGun chance="25">WEAPON_PISTOL</HandGun>
  345. </HandGuns>
  346. <LongGuns>
  347. <LongGun chance="67">WEAPON_ADVANCEDRIFLE</LongGun>
  348. <LongGun chance="33">WEAPON_ASSAULTSHOTGUN</LongGun>
  349. </LongGuns>
  350. </VehicleSet>
  351. </NorthYankton>
  352. </LocalSWAT>
  353. <NooseSWAT>
  354. <LosSantosCity>
  355. <VehicleSet no_firearm="true" spawn_distance="150">
  356. <Vehicles>
  357. <Vehicle pax="7" pax_chance="50">RIOT</Vehicle>
  358. <Vehicle pax="7" pax_chance="50">RIOT2</Vehicle>
  359. </Vehicles>
  360. <Peds>
  361. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_RIOT_01</Ped>
  362. </Peds>
  363. <NonLethals>
  364. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  365. </NonLethals>
  366. </VehicleSet>
  367. </LosSantosCity>
  368. <LosSantosCounty>
  369. <VehicleSet no_firearm="true" spawn_distance="200">
  370. <Vehicles>
  371. <Vehicle pax="7" pax_chance="50">RIOT</Vehicle>
  372. <Vehicle pax="7" pax_chance="50">RIOT</Vehicle>
  373. </Vehicles>
  374. <Peds>
  375. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_RIOT_01</Ped>
  376. </Peds>
  377. <NonLethals>
  378. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  379. </NonLethals>
  380. </VehicleSet>
  381. </LosSantosCounty>
  382. <BlaineCounty>
  383. <VehicleSet spawn_distance="200" no_firearm="true">
  384. <Vehicles>
  385. <Vehicle pax="7" pax_chance="50">RIOT</Vehicle>
  386. <Vehicle pax="7" pax_chance="50">RIOT2</Vehicle>
  387. </Vehicles>
  388. <Peds>
  389. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_RIOT_01</Ped>
  390. </Peds>
  391. <NonLethals>
  392. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  393. </NonLethals>
  394. </VehicleSet>
  395. </BlaineCounty>
  396. <NorthYankton>
  397. <VehicleSet spawn_distance="200">
  398. <Vehicles>
  399. <Vehicle pax="3" pax_chance="100">RIOT</Vehicle>
  400. </Vehicles>
  401. <Peds>
  402. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_SWAT_01</Ped>
  403. </Peds>
  404. <NonLethals>
  405. <NonLethal>WEAPON_STUNGUN</NonLethal>
  406. <NonLethal>WEAPON_NIGHTSTICK</NonLethal>
  407. </NonLethals>
  408. </VehicleSet>
  409. </NorthYankton>
  410. </NooseSWAT>
  411. <LocalAir>
  412. <LosSantosCity>
  413. <VehicleSet>
  414. <Vehicles>
  415. <Vehicle livery="1" pax="1" pax_chance="100">POLMAV</Vehicle>
  416. </Vehicles>
  417. <Peds>
  418. <Ped comp_tasks="2" prop_hats="1">S_M_Y_PILOT_01</Ped>
  419. </Peds>
  420. </VehicleSet>
  421. </LosSantosCity>
  422. <LosSantosCounty>
  423. <VehicleSet spawn_distance="150">
  424. <Vehicles>
  425. <Vehicle livery="1" pax="1" pax_chance="100">POLMAV</Vehicle>
  426. </Vehicles>
  427. <Peds>
  428. <Ped comp_tasks="2" prop_hats="1">S_M_Y_PILOT_01</Ped>
  429. </Peds>
  430. </VehicleSet>
  431. </LosSantosCounty>
  432. <BlaineCounty>
  433. <VehicleSet spawn_distance="150">
  434. <Vehicles>
  435. <Vehicle livery="1" pax="1" pax_chance="100">POLMAV</Vehicle>
  436. </Vehicles>
  437. <Peds>
  438. <Ped comp_tasks="2" prop_hats="1">S_M_Y_PILOT_01</Ped>
  439. </Peds>
  440. </VehicleSet>
  441. </BlaineCounty>
  442. <NorthYankton>
  443. <VehicleSet spawn_distance="150">
  444. <Vehicles>
  445. <Vehicle livery="1" pax="1" pax_chance="100">POLMAV</Vehicle>
  446. </Vehicles>
  447. <Peds>
  448. <Ped comp_tasks="2" prop_hats="1">S_M_Y_PILOT_01</Ped>
  449. </Peds>
  450. </VehicleSet>
  451. </NorthYankton>
  452. </LocalAir>
  453. <NooseAir>
  454. <LosSantosCity>
  455. <VehicleSet>
  456. <Vehicles>
  457. <Vehicle pax="3" pax_chance="100">BUZZARD</Vehicle>
  458. </Vehicles>
  459. <Peds>
  460. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_SWAT_01</Ped>
  461. </Peds>
  462. </VehicleSet>
  463. </LosSantosCity>
  464. <LosSantosCounty>
  465. <VehicleSet>
  466. <Vehicles>
  467. <Vehicle pax="3" pax_chance="100">BUZZARD</Vehicle>
  468. </Vehicles>
  469. <Peds>
  470. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_SWAT_01</Ped>
  471. </Peds>
  472. </VehicleSet>
  473. </LosSantosCounty>
  474. <BlaineCounty>
  475. <VehicleSet>
  476. <Vehicles>
  477. <Vehicle pax="3" pax_chance="100">BUZZARD</Vehicle>
  478. </Vehicles>
  479. <Peds>
  480. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_SWAT_01</Ped>
  481. </Peds>
  482. </VehicleSet>
  483. </BlaineCounty>
  484. <NorthYankton>
  485. <VehicleSet>
  486. <Vehicles>
  487. <Vehicle pax="3" pax_chance="100">BUZZARD</Vehicle>
  488. </Vehicles>
  489. <Peds>
  490. <Ped comp_decals="1" tex_decals="2" prop_hats="1">S_M_Y_SWAT_01</Ped>
  491. </Peds>
  492. </VehicleSet>
  493. </NorthYankton>
  494. </NooseAir>
  495. <FemaleLocalPatrol>
  496. <LosSantosCity>
  497. <VehicleSet>
  498. <Vehicles>
  499. <Vehicle chance="33" pax="1" pax_chance="50">POLICE</Vehicle>
  500. <Vehicle chance="33" pax="1" pax_chance="43">POLICE2</Vehicle>
  501. <Vehicle chance="34" pax="1" pax_chance="43">POLICE3</Vehicle>
  502. </Vehicles>
  503. <Peds>
  504. <Ped chance="60" comp_shirt="15" comp_pants="35" comp_shoes="26" comp_accessories="36" comp_shirtoverlay="49">S_F_Y_COP_01</Ped>
  505. <Ped chance="40" prop_hats="0">S_F_Y_COP_01</Ped>
  506. </Peds>
  507. </VehicleSet>
  508. </LosSantosCity>
  509. <LosSantosCounty>
  510. <VehicleSet>
  511. <Vehicles>
  512. <Vehicle chance="50" pax="1" pax_chance="40">SHERIFF</Vehicle>
  513. <Vehicle chance="50" pax="1" pax_chance="33">SHERIFF2</Vehicle>
  514. </Vehicles>
  515. <Peds>
  516. <Ped comp_shirt="2" prop_hats="2">S_F_Y_SHERIFF_01</Ped>
  517. </Peds>
  518. </VehicleSet>
  519. </LosSantosCounty>
  520. <BlaineCounty>
  521. <VehicleSet>
  522. <Vehicles>
  523. <Vehicle chance="50" pax="1" pax_chance="40">SHERIFF</Vehicle>
  524. <Vehicle chance="50" pax="1" pax_chance="33">SHERIFF2</Vehicle>
  525. </Vehicles>
  526. <Peds>
  527. <Ped comp_shirt="2" prop_hats="2">S_F_Y_SHERIFF_01</Ped>
  528. </Peds>
  529. </VehicleSet>
  530. </BlaineCounty>
  531. <NorthYankton>
  532. <VehicleSet>
  533. <Vehicles>
  534. <Vehicle chance="75" pax="1" pax_chance="25">POLICEOLD1</Vehicle>
  535. <Vehicle chance="25" pax="1" pax_chance="25">POLICEOLD2</Vehicle>
  536. </Vehicles>
  537. <Peds>
  538. <Ped comp_shirt="2" prop_hats="2">S_F_Y_SHERIFF_01</Ped>
  539. </Peds>
  540. </VehicleSet>
  541. </NorthYankton>
  542. </FemaleLocalPatrol>
  543. <FemaleStatePatrol>
  544. <LosSantosCity>
  545. <VehicleSet>
  546. <Vehicles>
  547. <Vehicle pax="1" pax_chance="40" color="White">POLICE4</Vehicle>
  548. </Vehicles>
  549. <Peds>
  550. <Ped>S_F_Y_RANGER_01</Ped>
  551. </Peds>
  552. </VehicleSet>
  553. </LosSantosCity>
  554. <LosSantosCounty>
  555. <VehicleSet>
  556. <Vehicles>
  557. <Vehicle pax="1" pax_chance="40" color="White">POLICE4</Vehicle>
  558. </Vehicles>
  559. <Peds>
  560. <Ped>S_F_Y_RANGER_01</Ped>
  561. </Peds>
  562. </VehicleSet>
  563. </LosSantosCounty>
  564. <BlaineCounty>
  565. <VehicleSet>
  566. <Vehicles>
  567. <Vehicle pax="1" pax_chance="40" color="White">POLICE4</Vehicle>
  568. </Vehicles>
  569. <Peds>
  570. <Ped>S_F_Y_RANGER_01</Ped>
  571. </Peds>
  572. </VehicleSet>
  573. </BlaineCounty>
  574. <NorthYankton>
  575. <VehicleSet>
  576. <Vehicles>
  577. <Vehicle pax="1" pax_chance="40" color="White">POLICE4</Vehicle>
  578. </Vehicles>
  579. <Peds>
  580. <Ped>S_F_Y_RANGER_01</Ped>
  581. </Peds>
  582. </VehicleSet>
  583. </NorthYankton>
  584. </FemaleStatePatrol>
  585. <K9LocalPatrol>
  586. <LosSantosCity>
  587. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  588. <Vehicles>
  589. <Vehicle>pranger</Vehicle>
  590. </Vehicles>
  591. <Peds>
  592. <Ped chance="90" comp_accessories="1" prop_glasses="4">S_M_Y_PRANGER_01</Ped>
  593. <Ped chance="10">S_F_Y_PRANGER_01</Ped>
  594. </Peds>
  595. </VehicleSet>
  596. </LosSantosCity>
  597. <LosSantosCounty>
  598. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  599. <Vehicles>
  600. <Vehicle>PRANGER</Vehicle>
  601. </Vehicles>
  602. <Peds>
  603. <Ped chance="90" prop_glasses="2">S_M_Y_RANGER_01</Ped>
  604. <Ped chance="10">S_F_Y_RANGER_01</Ped>
  605. </Peds>
  606. </VehicleSet>
  607. </LosSantosCounty>
  608. <BlaineCounty>
  609. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  610. <Vehicles>
  611. <Vehicle>PRANGER</Vehicle>
  612. </Vehicles>
  613. <Peds>
  614. <Ped chance="90" comp_shirt="2" prop_hats="2" prop_glasses="2">S_M_Y_RANGER_01</Ped>
  615. <Ped chance="10" comp_shirt="2" prop_hats="2">S_F_Y_RANGER_01</Ped>
  616. </Peds>
  617. </VehicleSet>
  618. </BlaineCounty>
  619. <NorthYankton>
  620. <VehicleSet>
  621. <Vehicles>
  622. <Vehicle>PRANGER</Vehicle>
  623. </Vehicles>
  624. <Peds>
  625. <Ped chance="60" comp_accessories="1" prop_glasses="1" prop_hats="1">S_M_M_SNOWCOP_01</Ped>
  626. <Ped chance="40" prop_glasses="2" prop_hats="2">S_M_M_SNOWCOP_01</Ped>
  627. </Peds>
  628. </VehicleSet>
  629. </NorthYankton>
  630. </K9LocalPatrol>
  631. <K9StatePatrol>
  632. <LosSantosCity>
  633. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  634. <Vehicles>
  635. <Vehicle>PRANGER</Vehicle>
  636. </Vehicles>
  637. <Peds>
  638. <Ped comp_pants="2" comp_decals="1" prop_hats="0">S_M_Y_RANGER_01</Ped>
  639. </Peds>
  640. </VehicleSet>
  641. </LosSantosCity>
  642. <LosSantosCounty>
  643. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  644. <Vehicles>
  645. <Vehicle>PRANGER</Vehicle>
  646. </Vehicles>
  647. <Peds>
  648. <Ped comp_pants="2" comp_decals="1" prop_hats="0">S_M_Y_RANGER_01</Ped>
  649. </Peds>
  650. </VehicleSet>
  651. </LosSantosCounty>
  652. <BlaineCounty>
  653. <VehicleSet k9_model="SHEPHERD" k9_tex_face="1" k9_tex_shirt="1" k9_tex_accessories="1">
  654. <Vehicles>
  655. <Vehicle>PRANGER</Vehicle>
  656. </Vehicles>
  657. <Peds>
  658. <Ped comp_pants="2" comp_decals="1" prop_hats="0">S_M_Y_RANGER_01</Ped>
  659. </Peds>
  660. </VehicleSet>
  661. </BlaineCounty>
  662. <NorthYankton>
  663. <VehicleSet>
  664. <Vehicles>
  665. <Vehicle>FBI2</Vehicle>
  666. </Vehicles>
  667. <Peds>
  668. <Ped comp_pants="2" comp_decals="1" prop_hats="0">S_M_Y_RANGER_01</Ped>
  669. </Peds>
  670. </VehicleSet>
  671. </NorthYankton>
  672. </K9StatePatrol>
  673. <Ambulance>
  674. <LosSantosCity>
  675. <VehicleSet>
  676. <Vehicles>
  677. <Vehicle livery="2">AMBULANCE</Vehicle>
  678. </Vehicles>
  679. <Peds>
  680. <Ped>S_M_M_PARAMEDIC_01</Ped>
  681. </Peds>
  682. </VehicleSet>
  683. </LosSantosCity>
  684. <LosSantosCounty>
  685. <VehicleSet>
  686. <Vehicles>
  687. <Vehicle livery="3">AMBULANCE</Vehicle>
  688. </Vehicles>
  689. <Peds>
  690. <Ped>S_M_M_PARAMEDIC_01</Ped>
  691. </Peds>
  692. </VehicleSet>
  693. </LosSantosCounty>
  694. <BlaineCounty>
  695. <VehicleSet>
  696. <Vehicles>
  697. <Vehicle livery="2">AMBULANCE</Vehicle>
  698. </Vehicles>
  699. <Peds>
  700. <Ped>S_M_M_PARAMEDIC_01</Ped>
  701. </Peds>
  702. </VehicleSet>
  703. </BlaineCounty>
  704. <NorthYankton>
  705. <VehicleSet>
  706. <Vehicles>
  707. <Vehicle livery="2">AMBULANCE</Vehicle>
  708. </Vehicles>
  709. <Peds>
  710. <Ped>S_M_M_PARAMEDIC_01</Ped>
  711. </Peds>
  712. </VehicleSet>
  713. </NorthYankton>
  714. </Ambulance>
  715. <FireTruck>
  716. <LosSantosCity>
  717. <VehicleSet>
  718. <Vehicles>
  719. <Vehicle>FIRETRUK</Vehicle>
  720. </Vehicles>
  721. <Peds>
  722. <Ped comp_shirt="2" comp_accessories="3" prop_hats="1" tex_hats="1">S_M_Y_FIREMAN_01</Ped>
  723. </Peds>
  724. </VehicleSet>
  725. </LosSantosCity>
  726. <LosSantosCounty>
  727. <VehicleSet>
  728. <Vehicles>
  729. <Vehicle>FIRETRUK</Vehicle>
  730. </Vehicles>
  731. <Peds>
  732. <Ped comp_shirt="2" comp_accessories="3" prop_hats="1" tex_hats="2">S_M_Y_FIREMAN_01</Ped>
  733. </Peds>
  734. </VehicleSet>
  735. </LosSantosCounty>
  736. <BlaineCounty>
  737. <VehicleSet>
  738. <Vehicles>
  739. <Vehicle>FIRETRUK</Vehicle>
  740. </Vehicles>
  741. <Peds>
  742. <Ped comp_shirt="2" comp_accessories="3" prop_hats="1" tex_hats="2">S_M_Y_FIREMAN_01</Ped>
  743. </Peds>
  744. </VehicleSet>
  745. </BlaineCounty>
  746. <NorthYankton>
  747. <VehicleSet>
  748. <Vehicles>
  749. <Vehicle>FIRETRUK</Vehicle>
  750. </Vehicles>
  751. <Peds>
  752. <Ped comp_shirt="2" comp_accessories="3" prop_hats="1" tex_hats="3">S_M_Y_FIREMAN_01</Ped>
  753. </Peds>
  754. </VehicleSet>
  755. </NorthYankton>
  756. </FireTruck>
  757. <Coroner>
  758. <LosSantosCity>
  759. <VehicleSet>
  760. <Vehicles>
  761. <Vehicle color="White">SPEEDO</Vehicle>
  762. </Vehicles>
  763. <Peds>
  764. <Ped>S_M_M_DOCTOR_01</Ped>
  765. </Peds>
  766. </VehicleSet>
  767. </LosSantosCity>
  768. <LosSantosCounty>
  769. <VehicleSet>
  770. <Vehicles>
  771. <Vehicle color="Black">SPEEDO</Vehicle>
  772. </Vehicles>
  773. <Peds>
  774. <Ped>S_M_M_DOCTOR_01</Ped>
  775. </Peds>
  776. </VehicleSet>
  777. </LosSantosCounty>
  778. <BlaineCounty>
  779. <VehicleSet>
  780. <Vehicles>
  781. <Vehicle color="Black">SPEEDO</Vehicle>
  782. </Vehicles>
  783. <Peds>
  784. <Ped>S_M_M_DOCTOR_01</Ped>
  785. </Peds>
  786. </VehicleSet>
  787. </BlaineCounty>
  788. <NorthYankton>
  789. <VehicleSet>
  790. <Vehicles>
  791. <Vehicle color="White">SPEEDO</Vehicle>
  792. </Vehicles>
  793. <Peds>
  794. <Ped>S_M_M_DOCTOR_01</Ped>
  795. </Peds>
  796. </VehicleSet>
  797. </NorthYankton>
  798. </Coroner>
  799. <PoliceTransport>
  800. <LosSantosCity>
  801. <VehicleSet>
  802. <Vehicles>
  803. <Vehicle chance="50">POLICET</Vehicle>
  804. <Vehicle chance="20">POLICE</Vehicle>
  805. <Vehicle chance="15">POLICE2</Vehicle>
  806. <Vehicle chance="15">POLICE3</Vehicle>
  807. </Vehicles>
  808. <Peds>
  809. <Ped chance="30">S_M_Y_COP_01</Ped>
  810. <Ped chance="70">S_F_Y_COP_01</Ped>
  811. </Peds>
  812. </VehicleSet>
  813. </LosSantosCity>
  814. <LosSantosCounty>
  815. <VehicleSet>
  816. <Vehicles>
  817. <Vehicle chance="50">POLICET</Vehicle>
  818. <Vehicle chance="25">SHERIFF</Vehicle>
  819. <Vehicle chance="25">SHERIFF2</Vehicle>
  820. </Vehicles>
  821. <Peds>
  822. <Ped chance="30">S_M_Y_HWAYCOP_01</Ped>
  823. <Ped chance="70">S_F_Y_SHERIFF_01</Ped>
  824. </Peds>
  825. </VehicleSet>
  826. </LosSantosCounty>
  827. <BlaineCounty>
  828. <VehicleSet>
  829. <Vehicles>
  830. <Vehicle chance="50">POLICET</Vehicle>
  831. <Vehicle chance="25">SHERIFF</Vehicle>
  832. <Vehicle chance="25">SHERIFF2</Vehicle>
  833. </Vehicles>
  834. <Peds>
  835. <Ped chance="30">S_M_Y_HWAYCOP_01</Ped>
  836. <Ped chance="70">S_F_Y_SHERIFF_01</Ped>
  837. </Peds>
  838. </VehicleSet>
  839. </BlaineCounty>
  840. <NorthYankton>
  841. <VehicleSet>
  842. <Vehicles>
  843. <Vehicle chance="50">POLICET</Vehicle>
  844. <Vehicle chance="25">POLICEOLD1</Vehicle>
  845. <Vehicle chance="25">POLICEOLD1</Vehicle>
  846. </Vehicles>
  847. <Peds>
  848. <Ped>S_M_M_SNOWCOP_01</Ped>
  849. </Peds>
  850. </VehicleSet>
  851. </NorthYankton>
  852. </PoliceTransport>
  853. </UltimateBackup>
Add Comment
Please, Sign In to add comment