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
|
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
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue