πŸ—‚οΈInstall Job / Items

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


🧰 Items - Install

OX, QBCore items and item images

254KB
Open

πŸ’Ό Job - Install

QBCore β‡’ How can you install job

You can follow this file path β‡’ qb-core/shared/jobs.lua || qbx_core/shared/jobs.lua

["hunter"] = {
		label = "Hunter",
		defaultDuty = true,
		offDutyPay = true,
		grades = {
				[0] = {
							name = "Hunter",
							payment = 0,
				},
		}
},

ESX β‡’ How can you install job

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


Last updated