diff --git a/resources/[Lightbar]/EVC/Custom/Server/access.lua b/resources/[Lightbar]/EVC/Custom/Server/access.lua index 7e37a388d..542816ae2 100644 --- a/resources/[Lightbar]/EVC/Custom/Server/access.lua +++ b/resources/[Lightbar]/EVC/Custom/Server/access.lua @@ -40,7 +40,7 @@ function IsIdAllowed(_source, id) if id == Player.PlayerData.job.name then return true end - if id == Player.PlayerData.job.name ..":".. Player.PlayerData.job.grade.level then + if id == Player.PlayerData.job.name ..":mechanic".. Player.PlayerData.job.grade.level then return true end end diff --git a/resources/[phone]/roadphone/addons/jobcalls/config.lua b/resources/[phone]/roadphone/addons/jobcalls/config.lua index 1060db7e0..2267afd17 100644 --- a/resources/[phone]/roadphone/addons/jobcalls/config.lua +++ b/resources/[phone]/roadphone/addons/jobcalls/config.lua @@ -65,7 +65,7 @@ JobCalls.Positions = { display = 4 } }, - { + --[[ { name = "Marshals", coords = vector3(), number = 916, @@ -85,7 +85,7 @@ JobCalls.Positions = { scale = 0.8, display = 4 } - }, + }, ]] { name = "Down Town Cab", coords = vector3(-1249.6710, -285.0229, 37.7374),