[Release] Security Cams

ughh broken?

ughh no?

@xander1998 trying to use this, But the camera in the armoury… How do i get the door to open? (non-esx) thanks :slight_smile:

You have to write a script that toggles to lock on the door. There are scripts on these forums showing examples of how to unlock and lock doors.

1 Like

Do you perhaps have a link for me I can’t seem to find anything about it :slight_smile:

1 Like

can someone help me with this, were using this system, and we want to be able to have the 'Dispatcher"" sit in one spot and be able to contantly scroll through the cams, anyone know of anything??

Isn’t it what it already does? Haven’t used the standalone version, but in the ESX version you can sit in the policestation and scroll between all of the cameras?

thats if you make it with those cords. its only came with the pacific bank and were adding cams everywhere on the map. so with that. we want to be able to have a 'Dispatcher" in our fire house sitting in one spot controlling all cams in BC and a spot for LS. were running into the problem of ‘Fire house’ and cords for stuff, but have to make a separate location to use the bank ones or 24/7…

Not hard to do. Just change the coords? Add more locations? Not sure what you want from this thread :stuck_out_tongue:

I tried it once or everything was functional and everything was perfect! Now I have a little trouble and I can not find the solution, by taping on “E” no interaction this fact, neither for hacked nor to display the cameras of the LSPD. Only the cameras of the Bank are ok.

Make an issue on the resource on github. Make sure to give me all the information that is needed. I have no clue what you mean right now because I use it on my own server and have no problems with it o.O

When I press “E” it does not work … and it’s the same for the Hacking menu

Only Bank Camera work

this is my config.lua

Config = {}
Config.DrawDistance = 20.0
Config.HideRadar = true -- Hide HUD?
Config.AnimTime = 60 -- Animation for the hacking in seconds. 60 = 1 minute / 60 seconds!

Config.Locale = 'en'
Config.pNotify = true -- Only enable this if you have pNotify (https://github.com/Nick78111/pNotify)
Config.Hacking = true -- Only enable if you have mhacking (https://github.com/GHMatti/FiveM-Scripts/tree/master/mhacking)

-- Connect to the cameras
-- Place: In the polices armory room
Config.Zones = {
	Cameras = {
		Pos   = {x = 454.38, y = -979.35, z = 29.69},
		Size  = {x = 1.7, y = 1.7, z = 0.5},
		Color = {r = 26, g = 55, b = 186},
		Type = 27,
	}
}

-- Keep these the same
-- Place: Behind the polices desk in the policestation
-- Screenshot: https://i.imgur.com/f5WNrRj.jpg
Config.HackingPolice = {
	HackingPolice = {
		Pos   = {x = 440.17, y = -975.74, z = 29.69},
		Size  = {x = 1.7, y = 1.7, z = 0.5},
		Color = {r = 26, g = 55, b = 186},
		Type = 27,
	}
}

Config.UnHackPolice = {
	UnHackPolice = {
		Pos   = {x = 440.17, y = -975.74, z = 29.69},
		Size  = {x = 1.7, y = 1.7, z = 0.5},
		Color = {r = 26, g = 55, b = 186},
		Type = 27,
	}
}

-- Keep these the same
-- Place: Down at the bank vault
-- Screenshot: https://i.imgur.com/nvcFUhu.jpg
Config.HackingBank = {
	HackingBank = {
		Pos   = {x = 264.87, y = 219.93, z = 100.68},
		Size  = {x = 1.7, y = 1.7, z = 0.5},
		Color = {r = 26, g = 55, b = 186},
		Type = 27,
	}
}

Config.UnHackBank = {
	UnHackBank = {
		Pos   = {x = 264.87, y = 219.93, z = 100.68},
		Size  = {x = 1.7, y = 1.7, z = 0.5},
		Color = {r = 26, g = 55, b = 186},
		Type = 27,
	}
}

-- Cameras. You could add more cameras for other banks, apartments, houses, buildings etc. (Remember the "," after each row, but not on the last row)
Config.Locations = {
	{
	bankCamLabel = {label = _U('pacific_standard_bank')},
		bankCameras = {
			{label = _U('bcam'), x = 232.86, y = 221.46, z = 107.83, r = {x = -25.0, y = 0.0, z = -140.91}, canRotate = true},
			{label = _U('bcam2'), x = 257.45, y = 210.07, z = 109.08, r = {x = -25.0, y = 0.0, z = 28.05}, canRotate = true},
			{label = _U('bcam3'), x = 261.50, y = 218.08, z = 107.95, r = {x = -25.0, y = 0.0, z = -149.49}, canRotate = true},
			{label = _U('bcam4'), x = 241.64, y = 233.83, z = 111.48, r = {x = -35.0, y = 0.0, z = 120.46}, canRotate = true},
			{label = _U('bcam5'), x = 269.66, y = 223.67, z = 113.23, r = {x = -30.0, y = 0.0, z = 111.29}, canRotate = true},
			{label = _U('bcam6'), x = 261.98, y = 217.92, z = 113.25, r = {x = -40.0, y = 0.0, z = -159.49}, canRotate = true},
			{label = _U('bcam7'), x = 258.44, y = 204.97, z = 113.25, r = {x = -30.0, y = 0.0, z = 10.50}, canRotate = true},
			{label = _U('bcam8'), x = 235.53, y = 227.37, z = 113.23, r = {x = -35.0, y = 0.0, z = -160.29}, canRotate = true},
			{label = _U('bcam9'), x = 254.72, y = 206.06, z = 113.28, r = {x = -35.0, y = 0.0, z = 44.70}, canRotate = true},
			{label = _U('bcam10'), x = 269.89, y = 223.76, z = 106.48, r = {x = -35.0, y = 0.0, z = 112.62}, canRotate = true},
			{label = _U('bcam11'), x = 252.27, y = 225.52, z = 103.99, r = {x = -35.0, y = 0.0, z = -74.87}, canRotate = true}
		},

	policeCamLabel = {label = _U('police_station')},
		policeCameras = {
			{label = _U('pcam'), x = 416.744, y = -1009.270, z = 34.08, r = {x = -25.0, y = 0.0, z = 28.05}, canRotate = true},
			{label = _U('pcam2'), x = 465.151, y = -994.266, z = 27.23, r = {x = -30.0, y = 0.0, z = 100.29}, canRotate = true},
			{label = _U('pcam3'), x = 465.631, y = -997.777, z = 27.48, r = {x = -35.0, y = 0.0, z = 90.46}, canRotate = true},
			{label = _U('pcam4'), x = 465.544, y = -1001.583, z = 27.1, r = {x = -25.0, y = 0.0, z = 90.01}, canRotate = true},
			{label = _U('pcam5'), x = 420.241, y = -1009.010, z = 34.95, r = {x = -25.0, y = 0.0, z = 230.95}, canRotate = true},
			{label = _U('pcam6'), x = 433.249, y = -977.786, z = 33.456, r = {x = -40.0, y = 0.0, z = 100.49}, canRotate = true},
			{label = _U('pcam7'), x = 449.440, y = -987.639, z = 33.25, r = {x = -30.0, y = 0.0, z = 50.50}, canRotate = true}
		},
	}
}

Press F8 and look at the Error you are getting by doing that! Do you have pnotify? Do you have mhacking?

Same error, no errors in F8, will look if i found something

How can i add multiple places so they don’t overlap

So i want to have a place set up at Pacific Standard and Fleeca Bank but i can’t work out how to make it so when i’m at Fleeca it doesn’t show Pacific Standards Security Cameras

Unfortunately the #3 fix made another problem. It’s now solved. Thanks for the reports about the issue!

  • esx_securitycams is now updated again and works like a charm!

Download links: https://github.com/LifeGoal/esx_securitycam or https://github.com/ESX-PUBLIC/esx_securitycam

any video please?

Can anyone tell me how i add in new cameras? for the ESX version

So I have set up everything u have to use the standalone and nothing will work and how to u set up new cameras thanks