Skip to content

MT-Scripts/mt-rooster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mt-rooster

QBCore simple rooster job.

Preview:

Installation:

Add to qb-core/shared/items.lua:

	-- mt-rooster
	["rooster_frango"]  	= {["name"] = "rooster_frango", 			["label"] = "Alive Chicken", 								["weight"] = 100, 		["type"] = "item", 			["image"] = "rooster_frango.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["rooster_frango_morto"]  	= {["name"] = "rooster_frango_morto", 			["label"] = "Dead Chicken", 								["weight"] = 100, 		["type"] = "item", 			["image"] = "rooster_frango_morto.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["rooster_frango_depenado"]  	= {["name"] = "rooster_frango_depenado", 			["label"] = "Plucked Chicken", 								["weight"] = 100, 		["type"] = "item", 			["image"] = "rooster_frango_depenado.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
	["rooster_frango_carne"]  	= {["name"] = "rooster_frango_carne", 			["label"] = "Chicken Meat", 								["weight"] = 100, 		["type"] = "item", 			["image"] = "rooster_frango_carne.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

Add to qb-core/shared/jobs.lua

    ['rooster'] = {
		label = 'Rooster',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
            ['0'] = {
                name = 'Rooster',
                payment = 50
            },
        },
	},
}

Add images to qb-inventory/html/images

Dependicies:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages