Advertisement
marcinhuU

m-Lockers

Mar 18th, 2022
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Framework = "NEW" -- "NEW" - New qbcore | "OLD" - Old qbcore
  4. Config.CoreName = "qb-core" -- Your core, If you don't know what it is, don't mess with it :P
  5. Config.Permission = 'admin' -- Permission to create lockers
  6. Config.Interact = '3DText' -- Available: 3DText / textui / qb-drawtext / notify
  7. Config.EnablePoliceRaid = true -- Enable Police Raids? If true, the police need: police_stormram to raid.
  8. Config.NamePoliceJob = "police" -- Police job
  9.  
  10. Config.Blip = {
  11. EnableBlips = true, -- It will only show the locker to the player.
  12. BlipSprite = 50,
  13. BlipScale = 0.65,
  14. Name = "Locker",
  15. }
  16.  
  17. Config["Language"] = {
  18. ["QBMenu"] = {
  19. ["Locker"] = "[๐Ÿ”’] Locker ",
  20. ["BuyLocker"] = "[โœ…] Purchase",
  21. ["BuyLocker2"] = "Buy Locker For $",
  22. ["Open"] = "[๐Ÿ”“] Open Locker",
  23. ["ChangePIN"] = "[๐Ÿ”] Change PIN",
  24. ["SellLocker"] = "[๐Ÿ’ธ] Sell Locker",
  25. ["EnterLocker"] = "[๐Ÿงจ] Enter Locker", -- Only for police raid
  26. },
  27. ["Notifications"] = {
  28. ["NoStormArm"] = "You don't have any stormarm with you.",
  29. ["PutPIN"] = "Put your PIN",
  30. ["ErrorPIN"] = "PIN incorrect.",
  31. ["LockerBuy"] = "You have successfully purchased the locker.",
  32. ["NoMoney"] = "You don't have enough money.",
  33. ["PINChanged"] = "PIN Changed",
  34. ["SellLocker"] = "Locker sold for: ",
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement