🏪qb-shops
Ya'll got doritos?
Last updated
Was this helpful?
Was this helpful?
['normal'] = {
{ name = 'sandwich', price = 2, amount = 50, },
{ name = 'water_bottle', price = 2, amount = 50, info = { quality = 100 } },
{ name = 'kurkakola', price = 2, amount = 50, requiredJob = 'police' },
{ name = 'twerks_candy', price = 2, amount = 50, requiredGang = 'ballas' },
{ name = 'kurkakola', price = 2, amount = 50, requiredJob = { 'police', 'ambulance' } },
{ name = 'twerks_candy', price = 2, amount = 50, requiredGang = { 'ballas', 'lostmc' } },
{ name = 'snikkel_candy', price = 2, amount = 50, requiredGrade = 3 },
{ name = 'sandwich', price = 2, amount = 50, requiredLicense = 'weapon' },
{ name = 'sandwich', price = 2, amount = 50, requiredLicense = { 'weapon', 'driver' } },
},['247supermarket'] = {
['label'] = '24/7 Supermarket',
['products'] = Config.Products['normal'],
['coords'] = vector4(24.47, -1346.62, 29.5, 271.66),
['delivery'] = vector4(26.45, -1315.51, 29.62, 0.07),
['ped'] = 'mp_m_shopkeep_01',
['scenario'] = 'WORLD_HUMAN_STAND_MOBILE',
['targetIcon'] = 'fas fa-shopping-basket',
['targetLabel'] = 'Open Shop',
['showblip'] = true,
['blipsprite'] = 52,
['blipscale'] = 0.6,
['blipcolor'] = 0,
['radius'] = 1.5,
['useStock'] = true,
['requiredJob'] = 'police', -- string
['requiredJob'] = { ['mechanic'] = 4 }, -- table
['requiredGang'] = 'ballas', -- string
['requiredGang'] = { ['ballas'] = 4 }, -- table
['requiredItem'] = 'lockpick', -- string
['requiredItem'] = { 'lockpick', 'sandwich' } -- table
},