Giter VIP home page Giter VIP logo

amari-icecreamshop's Introduction

Amari Icecreamshop logo

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 },
	},
},

ingredients location icecream Churner2 icecream Churner duty location Tray2 Tray store items2 store items PayPoint

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.