[Release] Extended LSPD

For those wanting to be able to lock doors using [Release] esx_doorlock

Cells

	-- Cell 4 (Left 1)
	{
		objName = 'v_ilev_ph_cellgate',
		objCoords  = {x = 466.03, y = -998.55, z = 24.9149},
		textCoords = {x = 466.02, y = -998.75, z = 25.064},
		authorizedJobs = { 'police' },
		locked = true
	},

	-- Cell 5 (Left 2)
	{
		objName = 'v_ilev_ph_cellgate',
		objCoords  = {x = 466.12, y = -1002.16, z = 24.9149},
		textCoords = {x = 466.02, y = -1002.35, z = 25.064},
		authorizedJobs = { 'police' },
		locked = true
	},

Interrogation Rooms & Cells Wing

	-- Mission Row Interrogation Rooms & Cells Wing
	-- To downstairs interrogation rooms (double doors) LSPD_Interior
	--Left Door
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 465.55, y = -989.45, z = 24.91},
		textCoords = {x = 465.55, y = -989.45, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true,

	},
	--Right Door
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 465.60, y = -990.63, z = 24.91},
		textCoords = {x = 465.60, y = -990.63, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true,
	
	},
	-- To interrogation observation room left
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 472.01, y = -988.3, z = 24.91},
		textCoords = {x = 472.01, y = -988.3, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true
	},
	-- To interrogation room left
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 477.52, y = -988.44, z = 24.91},
		textCoords = {x = 477.52, y = -988.44, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true
	},
	-- To interrogation observation room right
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 472.02, y = -991.62, z = 24.91},
		textCoords = {x = 472.02, y = -991.62, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true
	},
	-- To interrogation room right
	{
		objName = 'v_ilev_ph_gendoor005',
		objCoords  = {x = 477.56, y = -991.56, z = 24.91},
		textCoords = {x = 477.56, y = -991.56, z = 24.91},
		authorizedJobs = { 'police' },
		locked = true
	},
	-- To interrogation wing cell left
	{
		objName = 'v_ilev_ph_cellgate',
		objCoords  = {x = 482.02, y = -988.35, z = 24.91},
		textCoords = {x = 481.6, y = -988.35, z = 25.064},
		authorizedJobs = { 'police' },
		locked = true
	},

	-- To interrogation wing cell right
	{
	objName = 'v_ilev_ph_cellgate',
		objCoords  = {x = 481.86, y = -991.61, z = 24.91},
		textCoords = {x = 481.46, y = -991.61, z = 25.064},
		authorizedJobs = { 'police' },
		locked = true
	},

Enjoy!

5 Likes