mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Fixed job issues and dont query sql on xPlayer creation
This commit is contained in:
@@ -185,6 +185,8 @@ ESX.CreatePickup = function(type, name, count, label, player)
|
||||
end
|
||||
|
||||
ESX.DoesJobExist = function(job, grade)
|
||||
grade = tostring(grade)
|
||||
|
||||
if job and grade then
|
||||
if ESX.Jobs[job] and ESX.Jobs[job].grades[grade] then
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user