– Front doors
table.insert(Config.DoorList, {
maxDistance = 2,
locked = false,
lockpick = true,
doors = {
{
objHash = -1547307588,
objHeading = 90,
objCoords = vector3(434.7444, -983.0781, 30.8153),
},
{
objHash = -1547307588,
objHeading = 270,
objCoords = vector3(434.7444, -980.7556, 30.8153),
},
},
authorizedJobs = {
[‘police’] = 0,
[‘offpolice’] = 0,
}
})

Uh, what is that and why did you post this?
This could be literally anything as it’s just a config layout lol
Off the top of my head, this looks very similar to “nui_doorlock” but it’s definitely not the only option

Usually, the script will have it’s name somewhere. Check the other files for something, probably in a comment file or a console print line.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.