Client Exports
CHECK FOR JOB (CLIENT)
if ESX.PlayerData.job and (ESX.PlayerData.job.name == 'JOB NAME') then --If Player Has job
else --If Player doesnt Have job
end
Last updated
CHECK FOR JOB (CLIENT)
if ESX.PlayerData.job and (ESX.PlayerData.job.name == 'JOB NAME') then --If Player Has job
else --If Player doesnt Have job
end
Last updated