🗂️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
["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,
},You can follow this file path for weapons ( without normal items ) ⇒ ox_inventory/data/weapons.lua
QBCore / Qbox ⇒ How can you install items
Then go to the specified file path and add this weapon. ⇒ qb-core/shared/weapons.lua
💼 Jobs - Install
QBCore ⇒ How can you install jobs
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.
🥳🥳Now you have installed the necessary ‘items’ and ‘’jobs‘’ for the jobpack to work on your server.
🤔 You can learn the development part of the jobs by moving to the next step.
Last updated