forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
93a53d1343
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue