Security Cameras

As you can see, in this tab you will be able to see all the available cameras, we are going to divide this section into 3 parts: business cameras, vehicle cameras and bodycams.

Business Cameras

The business cameras are listed by getting all the objects loaded by the player in a close range and the props that are in the config/props.lua -> Config.cameraProps are filtered:

Config.cameraProps = { -- ADD YOUR OWN CAMERAS PROPS
    'prop_cctv_cam_06a'
}

We can only load the nearby ones because if we load all the ones on the map it would be impossible to search for the desired ones.

Vehicle Cameras

Vehicle cameras will only be listed when a vehicle is spawned from the police_origin point, you can also use the exports to add vehicles spawned by other scripts here.

Body Cams

The bodycams listed are those of the service agents and with the Body Camera option activated in the interaction menu:

Last updated