Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. Config = {}
  2. Config.DrawDistance = 100.0
  3. Config.MarkerType = 1
  4. Config.MarkerSize = { x = 1.3, y = 1.3, z = 1.0 }
  5. Config.MarkerColor = { r = 0, g = 100, b = 255 }
  6. Config.EnablePlayerManagement = true
  7. Config.EnableArmoryManagement = true
  8. Config.EnableESXIdentity = false -- only turn this on if you are using esx_identity
  9. Config.EnableOrganisationOwnedVehicles = true
  10. Config.EnableLicenses = false
  11. Config.MaxInService = -1
  12. Config.Locale = 'fr'
  13.  
  14. Config.CripsStations = {
  15.  
  16. Crips = {
  17.  
  18. AuthorizedWeapons = {
  19. { name = 'WEAPON_FLASHLIGHT', price = 2500 },
  20. { name = 'WEAPON_SNSPISTOL', price = 15000 },
  21. { name = 'WEAPON_MACHINEPISTOL', price = 25000 },
  22. { name = 'GADGET_PARACHUTE', price = 1000 },
  23. },
  24.  
  25. Cloakrooms = {
  26. { x = -596.766, y = -1619.741, z = 32.0 }
  27. },
  28.  
  29. Stocks = {
  30. { x = -617.471, y = -1632.707, z = 32.0 },
  31. },
  32.  
  33. Armories = {
  34. { x = -624.265, y = -1617.584, z = 32.0 }
  35. },
  36.  
  37. Vehicles = {
  38. {
  39. Spawner = { x = -585.963, y = -1594.738, z = 25.5 },
  40. SpawnPoint = { x = -586.355, y = -1587.946, z = 25.5 },
  41. Heading = 70.0,
  42. }
  43. },
  44.  
  45. VehicleDeleters = {
  46. { x = -593.349, y = -1593.446, z = 25.5 },
  47. },
  48.  
  49. BossActions = {
  50. { x = -616.819, y = -1623.308, z = 32.0 },
  51. },
  52.  
  53. },
  54.  
  55. }
  56.  
  57. -- https://wiki.rage.mp/index.php?title=Vehicles
  58. Config.AuthorizedVehicles = {
  59. Shared = {
  60.  
  61. },
  62.  
  63. recruit = {
  64.  
  65. },
  66.  
  67. officer = {
  68.  
  69. },
  70.  
  71. sergeant = {
  72.  
  73. },
  74.  
  75. lieutenant = {
  76.  
  77. },
  78.  
  79. boss = {
  80.  
  81. }
  82. }
  83.  
  84. -- CHECK SKINCHANGER CLIENT MAIN.LUA for matching elements
  85.  
  86. Config.Uniforms = {
  87.  
  88. recruit_wear = {
  89. male = {
  90. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  91. ['torso_1'] = 128, ['torso_2'] = 5,
  92. ['decals_1'] = 0, ['decals_2'] = 0,
  93. ['arms'] = 0,
  94. ['pants_1'] = 64, ['pants_2'] = 3,
  95. ['shoes_1'] = 57, ['shoes_2'] = 2,
  96. ['helmet_1'] = 28, ['helmet_2'] = 0,
  97. ['chain_1'] = 93, ['chain_2'] = 0,
  98. ['ears_1'] = -1, ['ears_2'] = 0
  99. },
  100. female = {
  101. ['tshirt_1'] = 36, ['tshirt_2'] = 1,
  102. ['torso_1'] = 48, ['torso_2'] = 0,
  103. ['decals_1'] = 0, ['decals_2'] = 0,
  104. ['arms'] = 44,
  105. ['pants_1'] = 34, ['pants_2'] = 0,
  106. ['shoes_1'] = 27, ['shoes_2'] = 0,
  107. ['helmet_1'] = 45, ['helmet_2'] = 0,
  108. ['chain_1'] = 0, ['chain_2'] = 0,
  109. ['ears_1'] = 2, ['ears_2'] = 0
  110. }
  111. },
  112. sergeant_wear = {
  113. male = {
  114. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  115. ['torso_1'] = 128, ['torso_2'] = 5,
  116. ['decals_1'] = 0, ['decals_2'] = 0,
  117. ['arms'] = 0,
  118. ['pants_1'] = 64, ['pants_2'] = 3,
  119. ['shoes_1'] = 57, ['shoes_2'] = 2,
  120. ['helmet_1'] = 28, ['helmet_2'] = 0,
  121. ['chain_1'] = 93, ['chain_2'] = 0,
  122. ['ears_1'] = -1, ['ears_2'] = 0
  123. },
  124. female = {
  125. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  126. ['torso_1'] = 48, ['torso_2'] = 0,
  127. ['decals_1'] = 7, ['decals_2'] = 1,
  128. ['arms'] = 44,
  129. ['pants_1'] = 34, ['pants_2'] = 0,
  130. ['shoes_1'] = 27, ['shoes_2'] = 0,
  131. ['helmet_1'] = -1, ['helmet_2'] = 0,
  132. ['chain_1'] = 0, ['chain_2'] = 0,
  133. ['ears_1'] = 2, ['ears_2'] = 0
  134. }
  135. },
  136. lieutenant_wear = {
  137. male = {
  138. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  139. ['torso_1'] = 128, ['torso_2'] = 5,
  140. ['decals_1'] = 0, ['decals_2'] = 0,
  141. ['arms'] = 0,
  142. ['pants_1'] = 64, ['pants_2'] = 3,
  143. ['shoes_1'] = 57, ['shoes_2'] = 2,
  144. ['helmet_1'] = 28, ['helmet_2'] = 0,
  145. ['chain_1'] = 93, ['chain_2'] = 0,
  146. ['ears_1'] = -1, ['ears_2'] = 0
  147. },
  148. female = {
  149. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  150. ['torso_1'] = 48, ['torso_2'] = 0,
  151. ['decals_1'] = 7, ['decals_2'] = 2,
  152. ['arms'] = 44,
  153. ['pants_1'] = 34, ['pants_2'] = 0,
  154. ['shoes_1'] = 27, ['shoes_2'] = 0,
  155. ['helmet_1'] = -1, ['helmet_2'] = 0,
  156. ['chain_1'] = 0, ['chain_2'] = 0,
  157. ['ears_1'] = 2, ['ears_2'] = 0
  158. }
  159. },
  160. boss_wear = {
  161. male = {
  162. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  163. ['torso_1'] = 128, ['torso_2'] = 5,
  164. ['decals_1'] = 0, ['decals_2'] = 0,
  165. ['arms'] = 0,
  166. ['pants_1'] = 64, ['pants_2'] = 3,
  167. ['shoes_1'] = 57, ['shoes_2'] = 2,
  168. ['helmet_1'] = 28, ['helmet_2'] = 0,
  169. ['chain_1'] = 93, ['chain_2'] = 0,
  170. ['ears_1'] = -1, ['ears_2'] = 0
  171. },
  172. female = {
  173. ['tshirt_1'] = 35, ['tshirt_2'] = 0,
  174. ['torso_1'] = 48, ['torso_2'] = 0,
  175. ['decals_1'] = 7, ['decals_2'] = 3,
  176. ['arms'] = 44,
  177. ['pants_1'] = 34, ['pants_2'] = 0,
  178. ['shoes_1'] = 27, ['shoes_2'] = 0,
  179. ['helmet_1'] = -1, ['helmet_2'] = 0,
  180. ['chain_1'] = 0, ['chain_2'] = 0,
  181. ['ears_1'] = 2, ['ears_2'] = 0
  182. }
  183. }
  184.  
  185. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement