Skip to content

Commit

Permalink
Merge pull request #6 from vanadis1/patch-1
Browse files Browse the repository at this point in the history
missing sherrif and police dept location
  • Loading branch information
GhzGarage authored Apr 25, 2022
2 parents 05ebe1d + 600814b commit 55de7c4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,38 @@ Config.MaxSpikes = 5
Config.HandCuffItem = 'handcuffs'

Config.LicenseRank = 2
Config.Locations = {
Config.Locations = {
["duty"] = {
[1] = vector3(1362.05, -1301.83, 77.77),
[2] = vector3(2507.53, -1301.41, 48.95),
[3] = vector3(-768.03, -1266.37, 44.05),
[4] = vector3(-1812.03, -354.09, 164.65),

},
["stash"] = {
[1] = vector3(1359.24, -1299.65, 77.76),
[2] = vector3(2497.01, -1301.2, 48.96),
[3] = vector3(-766.55, -1271.61, 44.05),
[4] = vector3(-1812.43, -355.87, 164.65)
},
["armory"] = {
[1] = vector3(1361.16, -1305.7, 77.76),
[2] = vector3(2494.53, -1304.32, 48.95),
[3] = vector3(-764.86, -1272.4, 44.04),
[4] = vector3(-1814.01, -354.93, 164.65),
},
["evidence"] = {
[1] = vector3(1361.39, -1303.77, 77.77),
[2] = vector3(2494.44, -1313.39, 48.95),
[3] = vector3(-761.98, -1272.62, 44.05),
[4] = vector3(-1812.43, -355.87, 164.65)
},
["stations"] = {
[1] = {label = "Sheriff", coords = vector3(1360.88, -1301.53, 77.77)},
[2] = {label = "Saint Denis Police Dept. HQ", coords = vector3(2501.83, -1309.04, 48.95)},
[3] = {label = "Blackwater Police Dept.", coords = vector3(-760.47, -1269.14, 44.04)},
[4] = {label = "Strawberry Sheriff", coords = vector3(-1810.57, -350.91, 164.66)}
},
}

Expand Down Expand Up @@ -101,4 +118,4 @@ Config.Items = {
authorizedJobGrades = {0, 1, 2, 3, 4}
},
}
}
}

0 comments on commit 55de7c4

Please sign in to comment.