Advertisement
Guest User

Untitled

a guest
Jun 26th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. Config = {}
  2. Config.DrawDistance = 100.0
  3. Config.MarkerType = 1
  4. Config.MarkerSize = { x = 1.5, y = 1.5, z = 1.0 }
  5. Config.MarkerColor = { r = 50, g = 50, b = 204 }
  6. Config.EnablePlayerManagement = true
  7. Config.EnableArmoryManagement = true
  8. Config.EnableESXIdentity = true -- only turn this on if you are using esx_identity
  9. Config.EnableNonFreemodePeds = false -- turn this on if you want custom peds
  10. Config.EnableSocietyOwnedVehicles = false
  11. Config.EnableLicenses = true -- only turn this on if you are using esx_license
  12. Config.MaxInService = -1
  13. Config.Locale = 'en'
  14.  
  15. Config.PoliceStations = {
  16.  
  17. LSPD = {
  18.  
  19. Blip = {
  20. Pos = { x = 425.130, y = -979.558, z = 30.711 },
  21. Sprite = 60,
  22. Display = 4,
  23. Scale = 1.2,
  24. Colour = 29,
  25. },
  26. -- https://wiki.fivem.net/wiki/Weapons
  27. AuthorizedWeapons = {
  28. { name = 'WEAPON_NIGHTSTICK', price = 200 },
  29. { name = 'WEAPON_COMBATPISTOL', price = 300 },
  30. { name = 'WEAPON_ASSAULTSMG', price = 1250 },
  31. { name = 'WEAPON_ASSAULTRIFLE', price = 1500 },
  32. { name = 'WEAPON_PUMPSHOTGUN', price = 600 },
  33. { name = 'WEAPON_STUNGUN', price = 500 },
  34. { name = 'WEAPON_FLASHLIGHT', price = 80 },
  35. { name = 'WEAPON_FIREEXTINGUISHER', price = 120 },
  36. { name = 'WEAPON_FLAREGUN', price = 60 },
  37. { name = 'WEAPON_STICKYBOMB', price = 250 },
  38. { name = 'GADGET_PARACHUTE', price = 300 },
  39. },
  40.  
  41. Cloakrooms = {
  42. { x = 452.600, y = -993.306, z = 29.750 },
  43. { x = 1857.256, y = 3689.267, z = 34.267},
  44. },
  45.  
  46. Armories = {
  47. { x = 451.699, y = -980.356, z = 29.689 },
  48. { x = 1852.370, y = 3689.770, z = 34.267},
  49. },
  50.  
  51. Vehicles = {
  52. {
  53. Spawner = { x = 454.69, y = -1017.4, z = 27.430 },
  54. SpawnPoint = { x = 438.42, y = -1018.3, z = 27.757 },
  55. Heading = 90.0,
  56. }
  57.  
  58. {
  59. Spawner = { x = 1872.258, y = 3686.878, z = 33.670},
  60. SpawnPoint = { x = 1865.172, y = 3676.0451, z = 33.731},
  61. Heading = 090.0,
  62. }
  63. },
  64.  
  65. Helicopters = {
  66. {
  67. Spawner = { x = 466.477, y = -982.819, z = 42.691 },
  68. SpawnPoint = { x = 450.04, y = -981.14, z = 42.691 },
  69. Heading = 0.0,
  70. }
  71. },
  72.  
  73. VehicleDeleters = {
  74. { x = 462.74, y = -1014.4, z = 27.065 },
  75. { x = 462.40, y = -1019.7, z = 27.104 },
  76. { x = 1861.117, y = 3707.367, z = 33.348},
  77. },
  78.  
  79. BossActions = {
  80. { x = 448.417, y = -973.208, z = 29.689 }
  81. { x = 1849.289, y = 3688.857, z = 34.267}
  82. },
  83.  
  84. },
  85.  
  86. }
  87.  
  88. -- https://wiki.fivem.net/wiki/Vehicles
  89. Config.AuthorizedVehicles = {
  90. Shared = {
  91. {
  92. model = 'police',
  93. label = 'Police Cruiser'
  94. },
  95. {
  96. model = 'pbus',
  97. label = 'Police Prison Bus'
  98. }
  99. },
  100.  
  101. recruit = {
  102.  
  103. },
  104.  
  105. officer = {
  106. {
  107. model = 'police3',
  108. label = 'Police Interceptor'
  109. }
  110. },
  111.  
  112. sergeant = {
  113. {
  114. model = 'policet',
  115. label = 'Police Transporter'
  116. },
  117. {
  118. model = 'policeb',
  119. label = 'Police Bike'
  120. }
  121. },
  122.  
  123. lieutenant = {
  124. {
  125. model = 'riot',
  126. label = 'Police Riot'
  127. },
  128. {
  129. model = 'fbi2',
  130. label = 'FIB SUV'
  131. }
  132. },
  133.  
  134. boss = {
  135.  
  136. }
  137. }
  138.  
  139.  
  140. -- CHECK SKINCHANGER CLIENT MAIN.LUA for matching elements
  141.  
  142. Config.Uniforms = {
  143. cadet_wear = {
  144. male = {
  145. ['tshirt_1'] = 59, ['tshirt_2'] = 1,
  146. ['torso_1'] = 55, ['torso_2'] = 0,
  147. ['decals_1'] = 0, ['decals_2'] = 0,
  148. ['arms'] = 41,
  149. ['pants_1'] = 25, ['pants_2'] = 0,
  150. ['shoes_1'] = 25, ['shoes_2'] = 0,
  151. ['helmet_1'] = 46, ['helmet_2'] = 0,
  152. ['chain_1'] = 0, ['chain_2'] = 0,
  153. ['ears_1'] = 2, ['ears_2'] = 0
  154. },
  155. female = {
  156. ['tshirt_1'] = 36, ['tshirt_2'] = 1,
  157. ['torso_1'] = 48, ['torso_2'] = 0,
  158. ['decals_1'] = 0, ['decals_2'] = 0,
  159. ['arms'] = 44,
  160. ['pants_1'] = 34, ['pants_2'] = 0,
  161. ['shoes_1'] = 27, ['shoes_2'] = 0,
  162. ['helmet_1'] = 45, ['helmet_2'] = 0,
  163. ['chain_1'] = 0, ['chain_2'] = 0,
  164. ['ears_1'] = 2, ['ears_2'] = 0
  165. }
  166. },
  167. police_wear = {
  168. male = {
  169. ['tshirt_1'] = 58, ['tshirt_2'] = 0,
  170. ['torso_1'] = 55, ['torso_2'] = 0,
  171. ['decals_1'] = 0, ['decals_2'] = 0,
  172. ['arms'] = 41,
  173. ['pants_1'] = 25, ['pants_2'] = 0,
  174. ['shoes_1'] = 25, ['shoes_2'] = 0,
  175. ['helmet_1'] = -1, ['helmet_2'] = 0,
  176. ['chain_1'] = 0, ['chain_2'] = 0,
  177. ['ears_1'] = 2, ['ears_2'] = 0
  178. },
  179. female = {
  180. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  181. ['torso_1'] = 48, ['torso_2'] = 0,
  182. ['decals_1'] = 0, ['decals_2'] = 0,
  183. ['arms'] = 44,
  184. ['pants_1'] = 34, ['pants_2'] = 0,
  185. ['shoes_1'] = 27, ['shoes_2'] = 0,
  186. ['helmet_1'] = -1, ['helmet_2'] = 0,
  187. ['chain_1'] = 0, ['chain_2'] = 0,
  188. ['ears_1'] = 2, ['ears_2'] = 0
  189. }
  190. },
  191. sergeant_wear = {
  192. male = {
  193. ['tshirt_1'] = 58, ['tshirt_2'] = 0,
  194. ['torso_1'] = 55, ['torso_2'] = 0,
  195. ['decals_1'] = 8, ['decals_2'] = 1,
  196. ['arms'] = 41,
  197. ['pants_1'] = 25, ['pants_2'] = 0,
  198. ['shoes_1'] = 25, ['shoes_2'] = 0,
  199. ['helmet_1'] = -1, ['helmet_2'] = 0,
  200. ['chain_1'] = 0, ['chain_2'] = 0,
  201. ['ears_1'] = 2, ['ears_2'] = 0
  202. },
  203. female = {
  204. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  205. ['torso_1'] = 48, ['torso_2'] = 0,
  206. ['decals_1'] = 7, ['decals_2'] = 1,
  207. ['arms'] = 44,
  208. ['pants_1'] = 34, ['pants_2'] = 0,
  209. ['shoes_1'] = 27, ['shoes_2'] = 0,
  210. ['helmet_1'] = -1, ['helmet_2'] = 0,
  211. ['chain_1'] = 0, ['chain_2'] = 0,
  212. ['ears_1'] = 2, ['ears_2'] = 0
  213. }
  214. },
  215. lieutenant_wear = {
  216. male = {
  217. ['tshirt_1'] = 58, ['tshirt_2'] = 0,
  218. ['torso_1'] = 55, ['torso_2'] = 0,
  219. ['decals_1'] = 8, ['decals_2'] = 2,
  220. ['arms'] = 41,
  221. ['pants_1'] = 25, ['pants_2'] = 0,
  222. ['shoes_1'] = 25, ['shoes_2'] = 0,
  223. ['helmet_1'] = -1, ['helmet_2'] = 0,
  224. ['chain_1'] = 0, ['chain_2'] = 0,
  225. ['ears_1'] = 2, ['ears_2'] = 0
  226. },
  227. female = {
  228. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  229. ['torso_1'] = 48, ['torso_2'] = 0,
  230. ['decals_1'] = 7, ['decals_2'] = 2,
  231. ['arms'] = 44,
  232. ['pants_1'] = 34, ['pants_2'] = 0,
  233. ['shoes_1'] = 27, ['shoes_2'] = 0,
  234. ['helmet_1'] = -1, ['helmet_2'] = 0,
  235. ['chain_1'] = 0, ['chain_2'] = 0,
  236. ['ears_1'] = 2, ['ears_2'] = 0
  237. }
  238. },
  239. commandant_wear = {
  240. male = {
  241. ['tshirt_1'] = 58, ['tshirt_2'] = 0,
  242. ['torso_1'] = 55, ['torso_2'] = 0,
  243. ['decals_1'] = 8, ['decals_2'] = 3,
  244. ['arms'] = 41,
  245. ['pants_1'] = 25, ['pants_2'] = 0,
  246. ['shoes_1'] = 25, ['shoes_2'] = 0,
  247. ['helmet_1'] = -1, ['helmet_2'] = 0,
  248. ['chain_1'] = 0, ['chain_2'] = 0,
  249. ['ears_1'] = 2, ['ears_2'] = 0
  250. },
  251. female = {
  252. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  253. ['torso_1'] = 48, ['torso_2'] = 0,
  254. ['decals_1'] = 7, ['decals_2'] = 3,
  255. ['arms'] = 44,
  256. ['pants_1'] = 34, ['pants_2'] = 0,
  257. ['shoes_1'] = 27, ['shoes_2'] = 0,
  258. ['helmet_1'] = -1, ['helmet_2'] = 0,
  259. ['chain_1'] = 0, ['chain_2'] = 0,
  260. ['ears_1'] = 2, ['ears_2'] = 0
  261. }
  262. },
  263. bullet_wear = {
  264. male = {
  265. ['bproof_1'] = 11, ['bproof_2'] = 1
  266. },
  267. female = {
  268. ['bproof_1'] = 13, ['bproof_2'] = 1
  269. }
  270. },
  271. gilet_wear = {
  272. male = {
  273. ['tshirt_1'] = 59, ['tshirt_2'] = 1
  274. },
  275. female = {
  276. ['tshirt_1'] = 36, ['tshirt_2'] = 1
  277. }
  278. }
  279.  
  280. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement