β¬ οΈExports
Explore our selection of exports that enhance your resource functionality.
Shared Camera Exports
local status = exports['cis_HawkEyeSurveillance']:GetCameraStatus(camID)local camData = exports['cis_HawkEyeSurveillance']:GetCameraData(camID)local cameraAmount = exports['cis_HawkEyeSurveillance']:GetCameraAmount()local viewingCamera, cameraID = exports['cis_HawkEyeSurveillance']:GetCurrentCameraID()Server Camera Exports
owner = {
type = "job" or "personal"
value = "jobname" or playerIdentifier --Citizen ID for QBCORE
}
exports['cis_HawkEyeSurveillance']:SetCameraOwnerMetadata(camID, owner)metadata = {
folder = "Pacific Bank Standard CCTV",
rotationLimits = {
leftRight = 360.0,
upDown = 50.0
},
fov = 80.0,
canRotate = true,
rotation = {
x = 0.0,
z = 40.6501350402832,
y = 0.0
},
location = {
x = 253.7297821044922,
z = 104.80838012695313,
y = 229.77725219726566
},
sensorDistance = 20.0,
type = "high-monochrome",
model = "hei_prop_bank_cctv_02",
autoRecord = true,
sensorTime = os.time(),
label = "Pre-Vault Cam #11"
}
exports['cis_HawkEyeSurveillance']:SetCameraFullMetadata(camID, metadata)Shared Jammer Exports
Last updated