Inspired by Jimathy studying his amazing work, I have managed to create a small user owned Icecream shop from https://github.com/cmgjones1231/Sheep-FreeReleases MLO and Vehicle
Please make sure you download the resource above to have it work properly Requirements qb-core qb-target qb-menu qb-input jim-payemnts
For Support please visit my Discord : https://discord.gg/tEyueSVbFF AND WAIT TILL YOU ARE GIVEN A ROLE (the discord is still new and we will sort the bots out soon
Check the images for previews as I do not do videos at all
PASTE THE FOLLOWING under qb-core/shared/items :
--- AMARI ICECREAMJOB
chocice = { name = 'chocice', label = 'Chocolate Icecream', weight = 100, type = 'item', image = 'chocice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
vanice = { name = 'vanice', label = 'Vanilla Icecream', weight = 100, type = 'item', image = 'vanice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
caramelice = { name = 'caramelice', label = 'Caramel Icecream', weight = 100, type = 'item', image = 'caramelice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
sugar = { name = 'sugar', label = 'Sugar', weight = 100, type = 'item', image = 'sugar.png', unique = true, useable = false, shouldClose = true, combinable = nil, description = '' },
chocchips = { name = 'chocchips', label = 'Chocolate Chips', weight = 100, type = 'item', image = 'chocchips.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
vanillaescence = { name = 'vanillaescence', label = 'Vanilla Escence', weight = 100, type = 'item', image = 'vanillaescence.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
mint = { name = 'mint', label = 'Fresh Mint', weight = 100, type = 'item', image = 'mint.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
cream = { name = 'cream', label = 'Fresh Cream', weight = 100, type = 'item', image = 'cream.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
orange = { name = 'orange', label = 'Orange Fruit', weight = 100, type = 'item', image = 'orange.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
strawberry = { name = 'strawberry', label = 'Hand Picked Strawberry', weight = 100, type = 'item', image = 'strawberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
blueberry = { name = 'blueberry', label = 'Hand Picked Blueberry', weight = 100, type = 'item', image = 'blueberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
strawberryice = { name = 'strawberryice', label = 'Strawberry Icecream', weight = 100, type = 'item', image = 'strawberryice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
blueberryice = { name = 'blueberryice', label = 'Blueberry Icecream', weight = 100, type = 'item', image = 'blueberryice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
orangeice = { name = 'orangeice', label = 'Orange Icecream', weight = 100, type = 'item', image = 'orangeice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
mintice = { name = 'mintice', label = 'Peppermint Icecream', weight = 100, type = 'item', image = 'mintice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
milk = { name = 'milk', label = 'Fresh Milk', weight = 100, type = 'item', image = 'milk.png', unique = true, useable = false, shouldClose = true, combinable = nil, description = '' },
--------------------------PASTE UNDER qb-core JOBS
icecream = {
label = 'Sundae Post',
type = 'icecream',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},