MLO MikelCoffe + Job Script (FiveM)

6 Reviews

$14.99

$14.99

Add to cart

I have plenty of FiveM Addons on the website, and alot are free, but I do hope you buy some products too. have a great day.

HOW TO INSTALL JOB SCRIPT?

Add to qb-core/shared/items.lua

	-- hunter-mike
	["mikel-cafe"] = {["name"] = "mikel-cafe", 	    ["label"] = "Coffee", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "cafe.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-latte"] = {["name"] = "mikel-latte", 	    ["label"] = "Latte", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "latte.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-cappuccino"] = {["name"] = "mikel-cappuccino", 	    ["label"] = "Cappuccino", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "latte.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-mocha"] = {["name"] = "mikel-mocha", 	    ["label"] = "Mocha", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "cafe.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["croasant-chocolate"] = {["name"] = "croasant-chocolate", 	    ["label"] = "Cholate Croisant", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "croasant.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["croasant-ovo"] = {["name"] = "croasant-ovo", 	    ["label"] = "Egg Croisant", 	["weight"] = 1000, 		["type"] = "item", 			["image"] = "croasant.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["muffin-chocolate"]     = {["name"] = "muffin-chocolate", 				    ["label"] = "Chocolate Muffin", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "mufchocolate.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["cupcake-baunilha"]     = {["name"] = "cupcake-baunilha", 				    ["label"] = "Vanilla Cupcake", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "cuplimao.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["cupcake-morango"]     = {["name"] = "cupcake-morango", 				    ["label"] = "Straberry Cupcake", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "cupmorango.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["panqueca-nutela"]     = {["name"] = "panqueca-nutela", 				    ["label"] = "Nutela Pancake", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "panutela.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["panqueca-mel"]     = {["name"] = "panqueca-mel", 				    ["label"] = "Honey Pancake", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "panutela.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-cha"]     = {["name"] = "mikel-cha", 				    ["label"] = "Tea", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "tea.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-cola"]     = {["name"] = "mikel-cola", 				    ["label"] = "Coke", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "cola.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-agua"]     = {["name"] = "mikel-agua", 				    ["label"] = "Water", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "water_bottle.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["mikel-sprunk"]     = {["name"] = "mikel-sprunk", 				    ["label"] = "Sprunk", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "sprunk.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["ice-tea-limao"]     = {["name"] = "ice-tea-limao", 				    ["label"] = "Lemon Ice Tea", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "icetea.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["ice-tea-pessego"]     = {["name"] = "ice-tea-pessego", 				    ["label"] = "Peach Ice Tea", 					["weight"] = 1000, 		["type"] = "item", 			["image"] = "icetea.png", 		    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

Add to qb-core/shared/jobs.lua

    ['mikel'] = {
		label = 'mikel Machine',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
            ['0'] = {
                name = 'Novice',
                payment = 150
            },
			['1'] = {
                name = 'Employee',
                payment = 275
            },
			['2'] = {
                name = 'Experienced',
                payment = 350
            },
			['3'] = {
                name = 'Advanced',
                payment = 450
            },
			['4'] = {
                name = 'Boss',
				isboss = true,
                payment = 600
            },
        },
	},

Drag and drop images from mt-mikelmachine/images to qb-inventory/html/images

images folder

Dependicies

✔️Instant Download after Purchase

✔️Support 24/7

Enjoy

6 reviews for MLO MikelCoffe + Job Script (FiveM)

  1. Henry (verified owner)

    Good service.

  2. christian (verified owner)

    Very fast delivery.

  3. ron (verified owner)

    Good quality.

  4. Zane (verified owner)

    Very fast delivery.

  5. Mason (verified owner)

    Good service.

  6. William (verified owner)

    Good quality.

Add a review

Your email address will not be published. Required fields are marked *