Advertisement
zenoxy

policejob

Oct 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config = {}
  2.  
  3. Config.DrawDistance = 100.0
  4. Config.MarkerType = 1
  5. Config.MarkerSize = { x = 1.5, y = 1.5, z = 0.5 }
  6. Config.MarkerColor = { r = 50, g = 50, b = 204 }
  7.  
  8. Config.EnablePlayerManagement = true
  9. Config.EnableArmoryManagement = true
  10. Config.EnableESXIdentity = true -- enable if you're using esx_identity
  11. Config.EnableNonFreemodePeds = true -- turn this on if you want custom peds
  12. Config.EnableLicenses = true -- enable if you're using esx_license
  13.  
  14. Config.EnableHandcuffTimer = false -- enable handcuff timer? will unrestrain player after the time ends
  15. Config.HandcuffTimer = 15 * 60000 -- 10 mins
  16.  
  17. Config.EnableJobBlip = true -- enable blips for colleagues, requires esx_society
  18.  
  19. Config.MaxInService = -1
  20. Config.Locale = 'en'
  21.  
  22. Config.PoliceStations = {
  23.  
  24. LSPD = {
  25.  
  26. Blip = {
  27. Coords = vector3(425.1, -979.5, 30.7),
  28. Sprite = 60,
  29. Display = 4,
  30. Scale = 1.2,
  31. Colour = 29
  32. },
  33.  
  34. Cloakrooms = {
  35. vector3(452.6, -992.8, 30.6),
  36. vector3(-449.96, 6016.18, 31.72),
  37. vector3(1856.91, 3689.73, 34.27)
  38. },
  39.  
  40. Armories = {
  41. vector3(458.26, -979.99, 30.6),
  42. vector3(-450.86, 6011.23, 31.72),
  43. vector3(1852.29, 3691.76, 34.27)
  44. },
  45.  
  46. Vehicles = {
  47. {
  48. Spawner = vector3(454.6, -1017.4, 28.4),
  49. InsideShop = vector3(228.5, -993.5, -99.5),
  50. SpawnPoints = {
  51. { coords = vector3(438.4, -1018.3, 27.7), heading = 90.0, radius = 6.0 },
  52. { coords = vector3(441.0, -1024.2, 28.3), heading = 90.0, radius = 6.0 },
  53. { coords = vector3(453.5, -1022.2, 28.0), heading = 90.0, radius = 6.0 },
  54. { coords = vector3(450.9, -1016.5, 28.1), heading = 90.0, radius = 6.0 }
  55. }
  56. },
  57.  
  58. {
  59. Spawner = vector3(473.3, -1018.8, 28.0),
  60. InsideShop = vector3(228.5, -993.5, -99.0),
  61. SpawnPoints = {
  62. { coords = vector3(475.9, -1021.6, 28.0), heading = 276.1, radius = 6.0 },
  63. { coords = vector3(484.1, -1023.1, 27.5), heading = 302.5, radius = 6.0 }
  64. }
  65. }
  66. },
  67.  
  68. Helicopters = {
  69. {
  70. Spawner = vector3(461.1, -981.5, 43.6),
  71. InsideShop = vector3(477.0, -1106.4, 43.0),
  72. SpawnPoints = {
  73. { coords = vector3(449.5, -981.2, 43.6), heading = 92.6, radius = 10.0 }
  74. }
  75. }
  76. },
  77.  
  78. BossActions = {
  79. vector3(448.4, -973.2, 30.6)
  80. }
  81.  
  82. }
  83.  
  84. }
  85.  
  86. Config.AuthorizedWeapons = {
  87. pdcadet = {
  88. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  89. { weapon = 'WEAPON_STUNGUN', price = 0 },
  90. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  91. },
  92.  
  93. pdofficer = {
  94. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  95. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  96. { weapon = 'WEAPON_STUNGUN', price = 0 },
  97. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  98. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  99. },
  100.  
  101. pdseniorofficer = {
  102. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  103. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  104. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  105. { weapon = 'WEAPON_STUNGUN', price = 0 },
  106. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  107. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  108. },
  109.  
  110. pdcorporal = {
  111. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  112. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  113. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  114. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  115. { weapon = 'WEAPON_STUNGUN', price = 0 },
  116. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  117. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  118. },
  119.  
  120. pdsergeant = {
  121. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  122. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  123. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  124. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  125. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  126. { weapon = 'WEAPON_STUNGUN', price = 0 },
  127. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  128. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  129. },
  130.  
  131. pdlieutenant = {
  132. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  133. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  134. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  135. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  136. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  137. { weapon = 'WEAPON_STUNGUN', price = 0 },
  138. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  139. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  140. },
  141.  
  142. pdcaptain = {
  143. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  144. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  145. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  146. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  147. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  148. { weapon = 'WEAPON_STUNGUN', price = 0 },
  149. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  150. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  151. }
  152.  
  153. pdcommander = {
  154. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  155. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  156. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  157. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  158. { weapon = 'WEAPON_STUNGUN', price = 0 },
  159. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  160. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  161. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  162. }
  163.  
  164. pddeptchief = {
  165. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  166. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  167. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  168. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  169. { weapon = 'WEAPON_STUNGUN', price = 0 },
  170. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  171. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  172. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  173. }
  174.  
  175. pdasstchief = {
  176. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  177. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  178. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  179. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  180. { weapon = 'WEAPON_STUNGUN', price = 0 },
  181. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  182. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  183. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  184. }
  185.  
  186. pdchief = {
  187. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  188. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  189. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  190. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  191. { weapon = 'WEAPON_STUNGUN', price = 0 },
  192. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  193. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  194. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  195. }
  196.  
  197. sdcadet = {
  198. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  199. { weapon = 'WEAPON_STUNGUN', price = 0 },
  200. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  201. },
  202.  
  203. sddeputy = {
  204. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  205. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  206. { weapon = 'WEAPON_STUNGUN', price = 100 },
  207. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  208. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  209. },
  210.  
  211. sdseniordeputy = {
  212. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  213. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  214. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  215. { weapon = 'WEAPON_STUNGUN', price = 0 },
  216. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  217. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  218. },
  219.  
  220. sdcorporal = {
  221. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  222. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  223. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  224. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  225. { weapon = 'WEAPON_STUNGUN', price = 100 },
  226. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  227. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  228. },
  229.  
  230. sdsergeant = {
  231. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  232. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  233. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  234. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  235. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  236. { weapon = 'WEAPON_STUNGUN', price = 0 },
  237. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  238. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  239. },
  240.  
  241. sdlieutenant = {
  242. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  243. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  244. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  245. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  246. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  247. { weapon = 'WEAPON_STUNGUN', price = 0 },
  248. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  249. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  250. },
  251.  
  252. sdcaptain = {
  253. { weapon = 'WEAPON_COMBATPISTOL', price = 0 },
  254. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  255. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  256. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  257. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  258. { weapon = 'WEAPON_STUNGUN', price = 0 },
  259. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  260. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  261. }
  262.  
  263. sdcommander = {
  264. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  265. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  266. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  267. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  268. { weapon = 'WEAPON_STUNGUN', price = 0 },
  269. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  270. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  271. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  272. }
  273.  
  274. sdasstsheriff = {
  275. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  276. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  277. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  278. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  279. { weapon = 'WEAPON_STUNGUN', price = 0 },
  280. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  281. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  282. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  283. }
  284.  
  285. sdundersheriff = {
  286. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  287. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  288. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  289. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  290. { weapon = 'WEAPON_STUNGUN', price = 0 },
  291. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  292. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  293. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  294. }
  295.  
  296. sdsheriff = {
  297. { weapon = 'WEAPON_HEAVYPISTOL', price = 0 },
  298. { weapon = 'WEAPON_CARBINERIFLE', price = 0 },
  299. { weapon = 'WEAPON_PUMPSHOTGUN', price = 0 },
  300. { weapon = 'WEAPON_NIGHTSTICK', price = 0 },
  301. { weapon = 'WEAPON_STUNGUN', price = 0 },
  302. { weapon = 'WEAPON_FLASHLIGHT', price = 0 },
  303. { weapon = 'WEAPON_SPECIALCARBINE', price = 0},
  304. { weapon = 'WEAPON_SMOKEGRENADE', price = 0 },
  305. }
  306. }
  307.  
  308. Config.AuthorizedVehicles = {
  309. pdcadet = {
  310. {
  311. model = 'police',
  312. label = 'LAPD Ford Crown Victoria',
  313. price = 0
  314. },
  315. },
  316.  
  317. pdofficer = {
  318. {
  319. model = 'police21',
  320. label = 'LAPD Chevrolet Impala',
  321. price = 0
  322. },
  323. {
  324. model = 'police',
  325. label = 'LAPD Ford Crown Victoria',
  326. price = 0
  327. },
  328. },
  329.  
  330. pdseniorofficer = {
  331. {
  332. model = 'police3',
  333. label = 'LAPD Ford Taurus',
  334. price = 0
  335. },
  336. {
  337. model = 'police21',
  338. label = 'LAPD Chevrolet Impala',
  339. price = 0
  340. },
  341. {
  342. model = 'police',
  343. label = 'LAPD Ford Crown Victoria',
  344. price = 0
  345. },
  346. },
  347.  
  348. pdcorporal = {
  349. {
  350. model = 'police6',
  351. label = 'LAPD Chevrolet Tahoe',
  352. price = 0
  353. },
  354. {
  355. model = 'police3',
  356. label = 'LAPD Ford Taurus',
  357. price = 0
  358. },
  359. {
  360. model = 'police21',
  361. label = 'LAPD Chevrolet Impala',
  362. price = 0
  363. },
  364. {
  365. model = 'police',
  366. label = 'LAPD Ford Crown Victoria',
  367. price = 0
  368. },
  369. },
  370.  
  371. pdsergeant = {
  372. {
  373. model = 'police2',
  374. label = 'LAPD Dodge Charger (SL)',
  375. price = 0
  376. },
  377. {
  378. model = 'police6',
  379. label = 'LAPD Chevrolet Tahoe',
  380. price = 0
  381. },
  382. {
  383. model = 'police3',
  384. label = 'LAPD Ford Taurus',
  385. price = 0
  386. },
  387. {
  388. model = 'police21',
  389. label = 'LAPD Chevrolet Impala',
  390. price = 0
  391. },
  392. {
  393. model = 'police',
  394. label = 'LAPD Ford Crown Victoria',
  395. price = 0
  396. },
  397. },
  398.  
  399. pdlieutenant = {
  400. {
  401. model = 'police5',
  402. label = 'LAPD Ford Explorer',
  403. price = 0
  404. },
  405. {
  406. model = 'police2',
  407. label = 'LAPD Dodge Charger (SL)',
  408. price = 0
  409. },
  410. {
  411. model = 'police6',
  412. label = 'LAPD Chevrolet Tahoe',
  413. price = 0
  414. },
  415. {
  416. model = 'police3',
  417. label = 'LAPD Ford Taurus',
  418. price = 0
  419. },
  420. {
  421. model = 'police21',
  422. label = 'LAPD Chevrolet Impala',
  423. price = 0
  424. },
  425. {
  426. model = 'police',
  427. label = 'LAPD Ford Crown Victoria',
  428. price = 0
  429. },
  430. },
  431.  
  432. pdcaptain = {
  433. {
  434. model = 'police51',
  435. label = 'LAPD Ford Explorer (SL)',
  436. price = 0
  437. },
  438. {
  439. model = 'police5',
  440. label = 'LAPD Ford Explorer',
  441. price = 0
  442. },
  443. {
  444. model = 'police2',
  445. label = 'LAPD Dodge Charger (SL)',
  446. price = 0
  447. },
  448. {
  449. model = 'police6',
  450. label = 'LAPD Chevrolet Tahoe',
  451. price = 0
  452. },
  453. {
  454. model = 'police3',
  455. label = 'LAPD Ford Taurus',
  456. price = 0
  457. },
  458. {
  459. model = 'police21',
  460. label = 'LAPD Chevrolet Impala',
  461. price = 0
  462. },
  463. {
  464. model = 'police',
  465. label = 'LAPD Ford Crown Victoria',
  466. price = 0
  467. },
  468. },
  469.  
  470. pdcommander = {
  471. {
  472. model = 'police51',
  473. label = 'LAPD Ford Explorer (SL)',
  474. price = 0
  475. },
  476. {
  477. model = 'police5',
  478. label = 'LAPD Ford Explorer',
  479. price = 0
  480. },
  481. {
  482. model = 'police2',
  483. label = 'LAPD Dodge Charger (SL)',
  484. price = 0
  485. },
  486. {
  487. model = 'police6',
  488. label = 'LAPD Chevrolet Tahoe',
  489. price = 0
  490. },
  491. {
  492. model = 'police3',
  493. label = 'LAPD Ford Taurus',
  494. price = 0
  495. },
  496. {
  497. model = 'police21',
  498. label = 'LAPD Chevrolet Impala',
  499. price = 0
  500. },
  501. {
  502. model = 'police',
  503. label = 'LAPD Ford Crown Victoria',
  504. price = 0
  505. },
  506. {
  507. model = 'police4',
  508. label = 'Ford Crown Victoria (UC)',
  509. price = 0
  510. },
  511. {
  512. model = 'police31',
  513. label = 'Ford Taurus (UC)',
  514. price = 0
  515. },
  516. {
  517. model = 'police61',
  518. label = 'Chevrolet Tahoe (UC)',
  519. price = 0
  520. },
  521. {
  522. model = 'police51',
  523. label = 'Ford Explorer (UC)',
  524. price = 0
  525. },
  526. },
  527.  
  528. pddeptchief = {
  529. {
  530. model = 'police51',
  531. label = 'LAPD Ford Explorer (SL)',
  532. price = 0
  533. },
  534. {
  535. model = 'police5',
  536. label = 'LAPD Ford Explorer',
  537. price = 0
  538. },
  539. {
  540. model = 'police2',
  541. label = 'LAPD Dodge Charger (SL)',
  542. price = 0
  543. },
  544. {
  545. model = 'police6',
  546. label = 'LAPD Chevrolet Tahoe',
  547. price = 0
  548. },
  549. {
  550. model = 'police3',
  551. label = 'LAPD Ford Taurus',
  552. price = 0
  553. },
  554. {
  555. model = 'police21',
  556. label = 'LAPD Chevrolet Impala',
  557. price = 0
  558. },
  559. {
  560. model = 'police',
  561. label = 'LAPD Ford Crown Victoria',
  562. price = 0
  563. },
  564. {
  565. model = 'police4',
  566. label = 'Ford Crown Victoria (UC)',
  567. price = 0
  568. },
  569. {
  570. model = 'police31',
  571. label = 'Ford Taurus (UC)',
  572. price = 0
  573. },
  574. {
  575. model = 'police61',
  576. label = 'Chevrolet Tahoe (UC)',
  577. price = 0
  578. },
  579. {
  580. model = 'police51',
  581. label = 'Ford Explorer (UC)',
  582. price = 0
  583. },
  584. },
  585.  
  586. pdasstchief = {
  587. {
  588. model = 'police51',
  589. label = 'LAPD Ford Explorer (SL)',
  590. price = 0
  591. },
  592. {
  593. model = 'police5',
  594. label = 'LAPD Ford Explorer',
  595. price = 0
  596. },
  597. {
  598. model = 'police2',
  599. label = 'LAPD Dodge Charger (SL)',
  600. price = 0
  601. },
  602. {
  603. model = 'police6',
  604. label = 'LAPD Chevrolet Tahoe',
  605. price = 0
  606. },
  607. {
  608. model = 'police3',
  609. label = 'LAPD Ford Taurus',
  610. price = 0
  611. },
  612. {
  613. model = 'police21',
  614. label = 'LAPD Chevrolet Impala',
  615. price = 0
  616. },
  617. {
  618. model = 'police',
  619. label = 'LAPD Ford Crown Victoria',
  620. price = 0
  621. },
  622. {
  623. model = 'police4',
  624. label = 'Ford Crown Victoria (UC)',
  625. price = 0
  626. },
  627. {
  628. model = 'police31',
  629. label = 'Ford Taurus (UC)',
  630. price = 0
  631. },
  632. {
  633. model = 'police61',
  634. label = 'Chevrolet Tahoe (UC)',
  635. price = 0
  636. },
  637. {
  638. model = 'police51',
  639. label = 'Ford Explorer (UC)',
  640. price = 0
  641. },
  642. },
  643.  
  644. pdchief = {
  645. {
  646. model = 'police51',
  647. label = 'LAPD Ford Explorer (SL)',
  648. price = 0
  649. },
  650. {
  651. model = 'police5',
  652. label = 'LAPD Ford Explorer',
  653. price = 0
  654. },
  655. {
  656. model = 'police2',
  657. label = 'LAPD Dodge Charger (SL)',
  658. price = 0
  659. },
  660. {
  661. model = 'police6',
  662. label = 'LAPD Chevrolet Tahoe',
  663. price = 0
  664. },
  665. {
  666. model = 'police3',
  667. label = 'LAPD Ford Taurus',
  668. price = 0
  669. },
  670. {
  671. model = 'police21',
  672. label = 'LAPD Chevrolet Impala',
  673. price = 0
  674. },
  675. {
  676. model = 'police',
  677. label = 'LAPD Ford Crown Victoria',
  678. price = 0
  679. },
  680. {
  681. model = 'police4',
  682. label = 'Ford Crown Victoria (UC)',
  683. price = 0
  684. },
  685. {
  686. model = 'police31',
  687. label = 'Ford Taurus (UC)',
  688. price = 0
  689. },
  690. {
  691. model = 'police61',
  692. label = 'Chevrolet Tahoe (UC)',
  693. price = 0
  694. },
  695. {
  696. model = 'police51',
  697. label = 'Ford Explorer (UC)',
  698. price = 0
  699. },
  700. },
  701.  
  702. sdcadet = {
  703. {
  704. model = 'sheriff',
  705. label = 'LASD Ford Crown Victoria',
  706. price = 0
  707. },
  708. },
  709.  
  710. sddeputy = {
  711. {
  712. model = 'sheriff',
  713. label = 'LASD Ford Crown Victoria',
  714. price = 0
  715. },
  716. },
  717.  
  718. sdseniordeputy = {
  719. {
  720. model = 'sheriff3',
  721. label = 'LASD 2014 Dodge Charger',
  722. price = 0
  723. },
  724. {
  725. model = 'sheriff',
  726. label = 'LASD Ford Crown Victoria',
  727. price = 0
  728. },
  729. },
  730.  
  731. sdcorporal = {
  732. {
  733. model = 'sheriff2',
  734. label = 'LASD Chevrolet Tahoe',
  735. price = 0
  736. },
  737. {
  738. model = 'sheriff3',
  739. label = 'LASD 2014 Dodge Charger',
  740. price = 0
  741. },
  742. {
  743. model = 'sheriff',
  744. label = 'LASD Ford Crown Victoria',
  745. price = 0
  746. },
  747. },
  748.  
  749. sdsergeant = {
  750. {
  751. model = 'sheriff5',
  752. label = 'LASD 2018 Dodge Charger',
  753. price = 0
  754. },
  755. {
  756. model = 'sheriff2',
  757. label = 'LASD Chevrolet Tahoe',
  758. price = 0
  759. },
  760. {
  761. model = 'sheriff3',
  762. label = 'LASD 2014 Dodge Charger',
  763. price = 0
  764. },
  765. {
  766. model = 'sheriff',
  767. label = 'LASD Ford Crown Victoria',
  768. price = 0
  769. },
  770. },
  771.  
  772. sdlieutenant = {
  773. {
  774. model = 'sheriff4',
  775. label = 'LASD Ford Explorer',
  776. price = 0
  777. },
  778. {
  779. model = 'sheriff5',
  780. label = 'LASD 2018 Dodge Charger',
  781. price = 0
  782. },
  783. {
  784. model = 'sheriff2',
  785. label = 'LASD Chevrolet Tahoe',
  786. price = 0
  787. },
  788. {
  789. model = 'sheriff3',
  790. label = 'LASD 2014 Dodge Charger',
  791. price = 0
  792. },
  793. {
  794. model = 'sheriff',
  795. label = 'LASD Ford Crown Victoria',
  796. price = 0
  797. },
  798.  
  799. },
  800.  
  801. sdcaptain = {
  802. {
  803. model = 'sheriff4',
  804. label = 'LASD Ford Explorer',
  805. price = 0
  806. },
  807. {
  808. model = 'sheriff5',
  809. label = 'LASD 2018 Dodge Charger',
  810. price = 0
  811. },
  812. {
  813. model = 'sheriff2',
  814. label = 'LASD Chevrolet Tahoe',
  815. price = 0
  816. },
  817. {
  818. model = 'sheriff3',
  819. label = 'LASD 2014 Dodge Charger',
  820. price = 0
  821. },
  822. {
  823. model = 'sheriff',
  824. label = 'LASD Ford Crown Victoria',
  825. price = 0
  826. },
  827. },
  828.  
  829. sdcommander = {
  830. {
  831. model = 'sheriff4',
  832. label = 'LASD Ford Explorer',
  833. price = 0
  834. },
  835. {
  836. model = 'sheriff5',
  837. label = 'LASD 2018 Dodge Charger',
  838. price = 0
  839. },
  840. {
  841. model = 'sheriff2',
  842. label = 'LASD Chevrolet Tahoe',
  843. price = 0
  844. },
  845. {
  846. model = 'sheriff3',
  847. label = 'LASD 2014 Dodge Charger',
  848. price = 0
  849. },
  850. {
  851. model = 'sheriff',
  852. label = 'LASD Ford Crown Victoria',
  853. price = 0
  854. },
  855. model = 'police4',
  856. label = 'Ford Crown Victoria (UC)',
  857. price = 0
  858. },
  859. {
  860. model = 'police31',
  861. label = 'Ford Taurus (UC)',
  862. price = 0
  863. },
  864. {
  865. model = 'police61',
  866. label = 'Chevrolet Tahoe (UC)',
  867. price = 0
  868. },
  869. {
  870. model = 'police51',
  871. label = 'Ford Explorer (UC)',
  872. price = 0
  873. },
  874. },
  875.  
  876. sdasstsheriff = {
  877. {
  878. model = 'sheriff4',
  879. label = 'LASD Ford Explorer',
  880. price = 0
  881. },
  882. {
  883. model = 'sheriff5',
  884. label = 'LASD 2018 Dodge Charger',
  885. price = 0
  886. },
  887. {
  888. model = 'sheriff2',
  889. label = 'LASD Chevrolet Tahoe',
  890. price = 0
  891. },
  892. {
  893. model = 'sheriff3',
  894. label = 'LASD 2014 Dodge Charger',
  895. price = 0
  896. },
  897. {
  898. model = 'sheriff',
  899. label = 'LASD Ford Crown Victoria',
  900. price = 0
  901. },
  902. model = 'police4',
  903. label = 'Ford Crown Victoria (UC)',
  904. price = 0
  905. },
  906. {
  907. model = 'police31',
  908. label = 'Ford Taurus (UC)',
  909. price = 0
  910. },
  911. {
  912. model = 'police61',
  913. label = 'Chevrolet Tahoe (UC)',
  914. price = 0
  915. },
  916. {
  917. model = 'police51',
  918. label = 'Ford Explorer (UC)',
  919. price = 0
  920. },
  921. },
  922.  
  923. sdundersheriff = {},
  924.  
  925. sdsheriff = {
  926. {
  927. model = 'sheriff4',
  928. label = 'LASD Ford Explorer',
  929. price = 0
  930. },
  931. {
  932. model = 'sheriff5',
  933. label = 'LASD 2018 Dodge Charger',
  934. price = 0
  935. },
  936. {
  937. model = 'sheriff2',
  938. label = 'LASD Chevrolet Tahoe',
  939. price = 0
  940. },
  941. {
  942. model = 'sheriff3',
  943. label = 'LASD 2014 Dodge Charger',
  944. price = 0
  945. },
  946. {
  947. model = 'sheriff',
  948. label = 'LASD Ford Crown Victoria',
  949. price = 0
  950. },
  951. model = 'police4',
  952. label = 'Ford Crown Victoria (UC)',
  953. price = 0
  954. },
  955. {
  956. model = 'police31',
  957. label = 'Ford Taurus (UC)',
  958. price = 0
  959. },
  960. {
  961. model = 'police61',
  962. label = 'Chevrolet Tahoe (UC)',
  963. price = 0
  964. },
  965. {
  966. model = 'police51',
  967. label = 'Ford Explorer (UC)',
  968. price = 0
  969. },
  970. },
  971. }
  972.  
  973. Config.AuthorizedHelicopters = {
  974. Shared = {
  975. {
  976. model = 'polmav',
  977. label = 'Police Maverick',
  978. livery = 0,
  979. price = 5000
  980. }
  981. },
  982. }
  983.  
  984. Config.Uniforms = {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement