Advertisement
marcinhuUu

m-Blackmarket

Jun 4th, 2022
1,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. Config = {}
  2.  
  3. --------------------------
  4. -- Utility
  5. --------------------------
  6. Config.InvLink = "qs-inventory/html/images/"
  7. Config.Utility = {
  8. Framework = "NEW", -- "NEW" - New QBCore | "OLD" - Old QBCore
  9. CoreName = "qb-core", -- Your core name
  10. ItemBox = "inventory:client:ItemBox",
  11. Target = "qb-target",
  12. NeedPoliceOnline = false, -- Need police online to start?
  13. AmountOfPolice = 2, -- Amount of police needed
  14. PoliceJob = "police", -- Job of police
  15. Mask = true , -- If it is true, you will only be able to access it if you have a mask.
  16. NeedJob = false, -- Enable job to acess blackmarket?
  17. Job = "", -- Job name
  18. NeedGang = false, -- Enable gang to acess blackmarket?
  19. Gang = "ballas", -- Gang name
  20. Peds = {
  21. {type = 4, hash= GetHashKey("ig_floyd"), x = 285.09, y = -2980.94, z = 4.54, h = 183.95},
  22. {type = 4, hash= GetHashKey("ig_floyd"), x = 452.99, y = -1305.43, z = 29.12, h = 324.61},
  23. },
  24. CallCops = true, -- Call cops when start the "mission"
  25. Chance = 50, -- Chance to call cops
  26. Blip = {
  27. Information = {
  28. Enable = true,
  29. Zone = vector3(453.02, -1305.43, 30.12),
  30. Sprite = 51,
  31. Display = 4,
  32. Colour = 25,
  33. Scale = 0.7,
  34. Name = "Information",
  35. },
  36. Blackmarket = {
  37. Enable = true,
  38. Zone = vector3(285.09, -2981.0, 5.56),
  39. Sprite = 293,
  40. Display = 4,
  41. Colour = 25,
  42. Scale = 0.7,
  43. Name = "Blackmarket",
  44. },
  45. },
  46. Locations = {
  47. Information = { -- This is for qb-target location
  48. Zone = vector3(453.02, -1305.43, 30.12),
  49. Lenght = 0.8,
  50. Width = 0.5,
  51. Heading = 50,
  52. MinZ = 27.12,
  53. MaxZ = 31.12,
  54. Distance = 2.0,
  55. },
  56. Blackmarket = { -- This is for qb-target location
  57. Zone = vector3(285.09, -2981.0, 5.56),
  58. Lenght = 0.6,
  59. Width = 0.5,
  60. Heading = 0,
  61. MinZ = 2.36,
  62. MaxZ = 6.36,
  63. Distance = 2.0,
  64. },
  65. },
  66. LevelSystem = {
  67. Enable = true,
  68. Beginner = 0, -- XP need to open the Beginner Blackmarket // Don't touch the first need to be 0
  69. Normal = 300, -- XP need to open the Normal Blackmarket
  70. Experienced = 500, -- XP need to open the Experienced Blackmarket
  71. BuyBeginner = 25, -- XP earn after buy one item on Beginner Blackmarket
  72. BuyNormal = 35, -- XP earn after buy one item on Normal Blackmarket
  73. BuyExperienced = 50, -- XP earn after buy one item on Experienced Blackmarket
  74. },
  75. Commands = {
  76. Enable = true,
  77. }
  78. }
  79.  
  80. ------------------
  81. -- Works
  82. ------------------
  83. -- ** NOTE : The script doesn't allow the sale of the items below, so you can add the sale in some pawnshop or even use the items for another purpose.
  84. Rewards = {
  85. Work1 = { -- Steal electricity cables
  86. Items = { -- Possible items to give on Job 1
  87. [1] = "electricitycables",
  88. [2] = "cobre",
  89. [3] = "metalscrap",
  90. },
  91. XP = { -- XP earning after the job
  92. Min = 2,
  93. Max = 5,
  94. }
  95. },
  96. Work2 = { -- Steal scrap
  97. Items = { -- Possible items to give on Job 2
  98. [1] = "cobre",
  99. [2] = "steel",
  100. [3] = "metalscrap",
  101. },
  102. XP = { -- XP earning after the job
  103. Min = 2,
  104. Max = 5,
  105. }
  106. },
  107. Work3 = { -- Steal expensive clothes
  108. Items = { -- Possible items to give on Job 3
  109. [1] = "calcaslevis",
  110. [2] = "casacodior",
  111. [3] = "casacogucci",
  112. [4] = "casacogucci2",
  113. [5] = "casacoprada",
  114. [6] = "cintogucci",
  115. [7] = "malachannel",
  116. [8] = "malachannelrosa",
  117. [9] = "malagucci",
  118. [10] = "malaluisvitton",
  119. [11] = "malaprada",
  120. [12] = "sweatsupreme",
  121.  
  122. },
  123. XP = { -- XP earning after the job
  124. Min = 2,
  125. Max = 5,
  126. }
  127. },
  128. }
  129.  
  130. Config["Trabalho1"] = { -- Steal cables
  131. vector3(209.7, -1700.4, 29.29),
  132. vector3(173.89, -1669.47, 29.81),
  133. vector3(157.29, -1658.49, 29.31),
  134. -- You can add more locations
  135. }
  136.  
  137. Config["Trabalho2"] = { -- Steal junk
  138. vector3(-477.05, -1704.27, 18.69),
  139. vector3(-507.26, -1741.57, 18.92),
  140. vector3(-500.76, -1748.26, 18.42),
  141. -- You can add more locations
  142. }
  143.  
  144. Config["Trabalho3"] = { -- Steal clothes
  145. vector3(420.5, -798.37, 29.49),
  146. vector3(426.5, -798.36, 29.49),
  147. vector3(80.32, -1400.87, 29.38),
  148. vector3(74.72, -1400.85, 29.38),
  149. -- You can add more locations
  150. }
  151.  
  152. Config.BeginnerBlackmarket = {
  153. -- [1] = {
  154. -- item = "nitrous", -- Name of item
  155. -- price = 350, -- Amount of pay
  156. -- type = "cash", -- Type of money: cash/bank/crypto
  157. -- },
  158. [1] = {
  159. item = "nitrous",
  160. price = 350,
  161. type = "cash",
  162. },
  163. }
  164.  
  165. Config.NormalBlackmarket = {
  166. [1] = {
  167. item = "nitrous",
  168. price = 350,
  169. type = "cash",
  170. },
  171. [2] = {
  172. item = "handcuffs",
  173. price = 450,
  174. type = "cash",
  175. },
  176. }
  177.  
  178. Config.ExperiencedBlackmarket = {
  179. [1] = {
  180. item = "weapon_pistol",
  181. price = 350,
  182. type = "cash",
  183. },
  184. [2] = {
  185. item = "weapon_assaultrifle",
  186. price = 450,
  187. type = "cash",
  188. },
  189. [3] = {
  190. item = "phone",
  191. price = 550,
  192. type = "cash",
  193. },
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement