Job
Functions
DoesJobExist(job, grade)
Parameter
Type
Description
local exists = AFUCore.DoesJobExist("police", 1)
-- returns: true/falseGetJob()
local jobs = AFUCore.GetJob()
-- returns: {
-- ["police"] = {
-- name = "police",
-- label = "Police",
-- grades = {
-- ["0"] = { grade = 0, label = "Recruit", salary = 1500 },
-- ["1"] = { grade = 1, label = "Officer", salary = 2000 }
-- }
-- }
-- }GetJobPlayerCount(job)
Parameter
Type
Description
HasPlayersJob(job, count)
Parameter
Type
Description