Required Job

QBCore / QBox

If you are using QBCore || QBox to add the required job ⇒ qb-core/shared/jobs.lua || qbx_core/shared/jobs.lua

["casino"] = {
	label = "Diamond Casino",
	defaultDuty = true,
	offDutyPay = true,
	grades = {
		[0] = {
			name = "Worker",
			payment = 0,
		},
		[1] = {
			name = "Boss",
			isboss = true,
			payment = 0,
		},
	}
},

ESX

If you are using ESX to add the required job ⇒ By reading the SQL Code below with ‘phpmyadmin’ or ‘HeidiSQL’ , you install the necessary contents of the jobs on your server.

Last updated