Bodycam

Bilgilendirme

Polisler için olan bodycam sayesinde yüksek rütbeliler tarafından polis memurları departmandaki kamera sistemlerinden izlenebilecek. Polis memuru yaralandığında bodycam otomatik olarak kapanır.


bb_bodycam
Config = {}

Config.UseTarget = true -- Set to true to use Third-Eye, otherwise false

Config.Jobs = {
    ["police"] = true,
    ["sheriff"] = true,
    ["sasp"] = true,
}

-- The Locations to access Body Cam menu
Config.Locations = {
    { vector3(440.39, -987.45, 30.72) }, 
    { vector3(-448.41, 6013.99, 31.29) }, 
}

-- Box zones if using Config.Target = true to access Body Cam menu
Config.Targets = {
    { coords = vector3(440.39,-987.45, 30.72), width = 1.5, height = 1.5 }, 
    { coords = vector3(-448.41, 6013.99, 31.29), width = 1.5, height = 1.5 }, 
}

Last updated