marcinhuUu

m-StealFuel

Jun 1st, 2022 (edited)
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Config = {}
  2.  
  3. --------------------------
  4. -- Utility
  5. --------------------------
  6. Config.Utility = {
  7. Framework = "NEW", -- "NEW" - New QBCore | "OLD" - Old QBCore
  8. CoreName = "qb-core", -- Your core name
  9. InventoryTrigger = "inventory:client:ItemBox",
  10. AddItem = "QBCore:Server:AddItem",
  11. RemoveItem = "QBCore:Server:RemoveItem",
  12. Target = "qb-target",
  13. Fuel = "LegacyFuel", -- Your fuel system
  14. CallCops = true, -- Enable call cops?
  15. Chance = 50, -- 50%
  16. TimeSteal = 10000,
  17. LocationShop = vector3(-459.86, -63.69, 43.51),
  18. Blip = {
  19. Enable = true,
  20. Location = vector3(-462.795, -66.5747, 44.511),
  21. Sprite = 467,
  22. Display = 4,
  23. Scale = 0.7,
  24. Name = "Buy Equipament",
  25. },
  26. Peds = {
  27. {type = 4, hash = GetHashKey("s_m_m_gaffer_01"), x = -459.86, y = -63.69, z = 43.51, h = 42.21}, -- Los Santos
  28. },
  29. }
  30.  
  31.  
  32. Config.Shop = {
  33. [1] = {
  34. item = "galao",
  35. price = 350,
  36. type = "cash",
  37. },
  38. [2] = {
  39. item = "mangueira",
  40. price = 450,
  41. type = "cash",
  42. },
  43. }
  44.  
  45.  
  46.  
Add Comment
Please, Sign In to add comment