1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-10 19:46:34 +02:00
commit 93a53d1343
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ function IsIdAllowed(_source, id)
if id == Player.PlayerData.job.name then if id == Player.PlayerData.job.name then
return true return true
end 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 return true
end end
end end

View file

@ -65,7 +65,7 @@ JobCalls.Positions = {
display = 4 display = 4
} }
}, },
{ --[[ {
name = "Marshals", name = "Marshals",
coords = vector3(), coords = vector3(),
number = 916, number = 916,
@ -85,7 +85,7 @@ JobCalls.Positions = {
scale = 0.8, scale = 0.8,
display = 4 display = 4
} }
}, }, ]]
{ {
name = "Down Town Cab", name = "Down Town Cab",
coords = vector3(-1249.6710, -285.0229, 37.7374), coords = vector3(-1249.6710, -285.0229, 37.7374),