💊qb-drugs
Got any of that good stuff?
Introduction
Configuration
General
Config = {}
Config.Dealers = {} -- auto-populates on resource start
Config.MinimumDrugSalePolice = 2 -- minimum police allowed to corner sellProducts
Config.Products = { -- products availabe to buy from a dealer
[1] = {
name = "weed_white-widow", -- item name
price = 15, -- how much it costs
amount = 150, -- amount available in stock
info = {}, -- item info (none)
type = "item", -- item type
slot = 1, -- inventory slot item will show in
minrep = 0, -- how much rep needed to buy this item
},
}Corner selling item list
Corner selling pricing
Delivery locations
Delivery rewards
Commands
Last updated
Was this helpful?
