QB-Shops scriptinin içinde config var oraya gir örnek blackmarket atıyorum ben sana
["blackmarket"] = {
[1] = {
name = 'lockpick',
price = 15000,
amount = 250,
info = {},
type = 'item',
slot = 1,
},
[2] = {
name = 'pistol_ammo',
price = 1500,
amount = 250,
info = {},
type = 'item',
slot = 2,
},
[3] = {
name = 'weed_nutrition',
price = 1500,
amount = 250,
info = {},
type = 'item',
slot = 3,
},
[4] = {
name = 'weed_white-widow_seed',
price = 500,
amount = 250,
info = {},
type = 'item',
slot = 4,
},
[5] = {
name = 'advancedlockpick',
price = 25000,
amount = 250,
info = {},
type = 'item',
slot = 5,
},
[6] = {
name = 'weed_skunk_seed',
price = 500,
amount = 250,
info = {},
type = 'item',
slot = 6,
},
[7] = {
name = 'weed_ak47_seed',
price = 500,
amount = 250,
info = {},
type = 'item',
slot = 7,
},
[8] = {
name = 'empty_weed_bag',
price = 100,
amount = 250,
info = {},
type = 'item',
slot = 8,
},
},
["blackmarket"] = {
["label"] = "BlackMarket",
["coords"] = vector4(-1002.95, 4856.19, 274.61, 158.86), -- Buraya istediğin ped kordinatını girebilirsin
["ped"] = 'mp_m_waremech_01',-- burayda istediğin
["scenario"] = "WORLD_HUMAN_CLIPBOARD",
["radius"] = 1.5,
["targetIcon"] = "fas fa-wrench",
["targetLabel"] = "Blackmarketi Aç",
["products"] = Config.Products["blackmarket"],
["showblip"] = false,
["blipsprite"] = 402,
["blipscale"] = 0.8,
["blipcolor"] = 0
},