Scripts/resources/[qb]/[qb_shops]/qb-vape/config.lua

24 lines
452 B
Lua
Raw Normal View History

2024-12-29 20:06:22 +00:00
Config = {}
Config.Juice = {
label = "Vape",
slots = 1,
items = {
[1] = {
name = "vapejuice",
price = 5500,
amount = 100,
info = {},
type = "item",
slot = 1,
},
[2] = {
name = "vape",
price = 10000,
amount = 100,
info = {},
type = "item",
slot = 2,
},
}
}