CCTV
The way to add cameras... You can add an unlimited number
Shared.SecurityCameras = {
[1] = {
name = 'Pacific Bank', -- Location Lable
icon = 'fa-solid fa-money-bill-wave', -- Icon in Minimap
color = '#1c9bc4', -- Color in Minimap
location = { x = 244.94, y = 226.1}, -- Location in Minimap
Radar = true, -- Scan Vehicles && Citizens
canRotate = true, -- 360 Cam Rotation
Visions = true, -- Camrea Visons (night , seat)
cams = { -- Area Cams
[1] = {x = 244.94, y = 226.16, z = 109.79, r = {x = -25.0, y = 0.0, z = 256.05}},
[2] = {x = 232.86, y = 221.46, z = 107.83, r = {x = -25.0, y = 0.0, z = -140.91}},
[3] = {x = 253.98, y = 222.27, z = 98.15, r = {x = -21.0, y = 0.0, z = 251.87}},
[4] = {x = 253.98, y = 222.27, z = 98.15, r = {x = -21.0, y = 0.0, z = 66.87}},
[5] = {x = 227.95, y = 236.08, z = 98.7, r = {x = -35.0, y = 0.0, z = 208.99}},
}
},
-- ...
}
Last updated