This commit is contained in:
Nordi98 2025-06-11 00:07:31 +02:00
parent dea9f9055b
commit b4ff5273bb
2 changed files with 6 additions and 4 deletions

View file

@ -2334,7 +2334,9 @@ CodeStudio.Shops = {
}, },
requiredJob = { requiredJob = {
['police'] = {10,9,8,7,6,5} ['police'] = {10,9,8,7,6,5},
['marshal'] = {10,9,8,7,6,5},
}, },
Locations = { Locations = {
vector4(480.6711, -1005.9440, 32.9868, 3), vector4(480.6711, -1005.9440, 32.9868, 3),

View file

@ -65,9 +65,9 @@ JobCalls.Positions = {
display = 4 display = 4
} }
}, },
--[[ { {
name = "Marshals", name = "Marshals",
coords = vector3(), coords = vector3(-451.5362, 6009.3862, 31.9537),
number = 916, number = 916,
needjob = "marsha", needjob = "marsha",
useMarker = true, useMarker = true,
@ -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),