🗂️Install Jobs / Items

Through this page you can quickly install the necessary items and jobs on your server


🧰 Items - Install

Pıctures / Images

file-download
163KB

Ox Inventory ⇒ How to install items

circle-info

You can follow this file path ( without weapons items )ox_inventory/data/items.lua

["gold_tooth"] = {
	label = "Gold Tooth",
	weight = 1,
	stack = true,
	close = false,
},
["dirty_photo"] = {
	label = "Dity Photo",
	weight = 1,
	stack = true,
	close = false,
},
["chain"] = {
	label = "Chain",
	weight = 1,
	stack = true,
	close = false,
},
["medal"] = {
	label = "Medal",
	weight = 1,
	stack = true,
	close = false,
},
["rusted_tin"] = {
	label = "Rusted Tin",
	weight = 1,
	stack = true,
	close = false,
},
["nail"] = {
	label = "Nail",
	weight = 1,
	stack = true,
	close = false,
},
["ring"] = {
	label = "Ring",
	weight = 1,
	stack = true,
	close = false,
},
["vehicle_tyre"] = {
	label = "Vehicle Tyre",
	weight = 1,
	stack = true,
	close = false,
},
["vehicle_door"] = {
	label = "Vehicle Door",
	weight = 1,
	stack = true,
	close = false,
},

triangle-exclamation

QBCore / Qbox ⇒ How can you install items

circle-info

You can follow this file pathqb-core/shared/items.lua || qbx_core/shared/items.lua

triangle-exclamation

💼 Jobs - Install

QBCore ⇒ How can you install jobs

circle-info

You can follow this file pathqb-core/shared/jobs.lua || qbx_core/shared/jobs.lua


ESX ⇒ How can you install jobs

By reading the SQL File below with ‘phpmyadmin’ or ‘HeidiSQL’ , you install the necessary contents of the jobs on your server.

file-download
2KB
Jobs sql file

circle-check

Last updated