mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
39 lines
1.3 KiB
Lua
39 lines
1.3 KiB
Lua
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
doorList = {
|
|
-- Sandy Shores Sheriff's Office front door.
|
|
{
|
|
textCoords = vector3(1855.1896, 3683.4507, 34.2675),
|
|
authorizedJobs = {"BCSO", "LSPD", "BCSO"},
|
|
locked = true,
|
|
accessDistance = 1.5,
|
|
doors = {
|
|
{hash = -1765048490, coords = vector3(1855.4108, 3683.3062, 34.2675), heading = 29.9}
|
|
}
|
|
},
|
|
|
|
-- Paleto Bay Sheriff's Office front doors.
|
|
{
|
|
textCoords = vector3(-443.6129, 6016.0483, 31.7164),
|
|
authorizedJobs = {"BCSO", "LSPD", "BCSO"},
|
|
locked = true,
|
|
accessDistance = 1.5,
|
|
doors = {
|
|
{hash = -1501157055, coords = vector3(-443.1538, 6015.5649, 31.7164), heading = 315.0},
|
|
{hash = -1501157055, coords = vector3(-444.1442, 6016.6621, 31.7164), heading = 135.0}
|
|
}
|
|
},
|
|
|
|
-- Mission Row Police Station front doors.
|
|
{
|
|
textCoords = vector3(434.7345, -981.9468, 30.7102),
|
|
authorizedJobs = {"BCSO", "LSPD", "BCSO"},
|
|
locked = true,
|
|
accessDistance = 1.5,
|
|
doors = {
|
|
{hash = -1215222675, coords = vector3(434.8228, -981.1198, 30.6896), heading = 268.0},
|
|
{hash = 320433149, coords = vector3(434.8228, -982.7103, 30.6896), heading = 272.0}
|
|
}
|
|
},
|
|
}
|