forked from Simnation/Main
all
This commit is contained in:
parent
dea9f9055b
commit
b4ff5273bb
2 changed files with 6 additions and 4 deletions
|
@ -2334,7 +2334,9 @@ CodeStudio.Shops = {
|
|||
|
||||
},
|
||||
requiredJob = {
|
||||
['police'] = {10,9,8,7,6,5}
|
||||
['police'] = {10,9,8,7,6,5},
|
||||
['marshal'] = {10,9,8,7,6,5},
|
||||
|
||||
},
|
||||
Locations = {
|
||||
vector4(480.6711, -1005.9440, 32.9868, 3),
|
||||
|
|
|
@ -65,9 +65,9 @@ JobCalls.Positions = {
|
|||
display = 4
|
||||
}
|
||||
},
|
||||
--[[ {
|
||||
{
|
||||
name = "Marshals",
|
||||
coords = vector3(),
|
||||
coords = vector3(-451.5362, 6009.3862, 31.9537),
|
||||
number = 916,
|
||||
needjob = "marsha",
|
||||
useMarker = true,
|
||||
|
@ -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