Files
ND_Core/ND_Doorlocks/config.lua

38 lines
1.3 KiB
Lua
Raw Normal View History

2022-07-09 04:33:44 +02:00
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
doorList = {
-- Sandy Shores Sheriff office front door.
2022-07-09 04:33:44 +02:00
{
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 office office front doors.
2022-07-09 04:33:44 +02:00
{
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}
}
},
}