Fridge Shops
Config.FridgeProducts = {
["burgershot1"] = { -- Make sure its a unique shop
label = "Burgershot Store",
items = {
{ name = 'burger-bun', price = 100, amount = 999 },
{ name = 'burger-lettuce', price = 100, amount = 999 },
{ name = 'burger-tomato', price = 100, amount = 999 },
{ name = 'burger-raw', price = 100, amount = 999 },
{ name = 'burger-potato', price = 100, amount = 999 },
{ name = 'burger-mshakeformula', price = 100, amount = 999 },
{ name = 'burger-sodasyrup', price = 100, amount = 999 },
}
},
}Config.FridgeShops = {
["bs_shop"] = { -- Must Be Unique
products = Config.FridgeProducts["burgershot1"],
},
}For The people not using the latest QB-Inventory
Last updated