Props

config/props.lua
Config.cameraProps = { -- ADD YOUR OWN CAMERAS
    'prop_cctv_cam_06a'
}

Config.Props = {
    ["Conos"] = {
        Text = 'el cono',
        Animations = {
            dict = nil,
            anim = nil,
            dictponer = "anim@heists@narcotics@trash",
            animponer = "pickup"
        },
        Props = {
            {
                model = "prop_mp_cone_02",
                bone = 71,
                x = 0.70,
                y = -0.25,
                z = 0.00,
                xr = 25.0,
                yr = 270.0,
                zr = 180.0,
                physics = false,
            },
        }
    }
}

The Config.cameraProps are the cameras that will be taken as search cameras in the police table when wanting to see the list of business cameras.

Last updated