🗂️Install Jobs / Items

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


🧰 Items - Install

Pıctures / Images

Ox Inventory ⇒ How to install items

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


QBCore / Qbox ⇒ How can you install items

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


💼 Jobs - Install

QBCore ⇒ How can you install jobs

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.

Jobs sql file

Last updated