CodeWorks
YoutubeDiscordTebex
  • Welcome!
  • Main
    • How can i download my script
    • How can i transfer my script
    • Whats escrow system?
  • Errors
    • You lack the required entitlement to use cdw-*
  • Scripts
    • Boss Menu
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
        • cl_mugshot.lua
    • Hud System
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
      • Integrations
        • QB Core
          • Notification
          • Progressbar
        • ESX
          • Notification
          • Progressbar
        • ox_lib
          • Notification
          • Progressbar
  • GPS & Bodycam
    • GPS System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
    • Bodycam System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
Powered by GitBook
On this page
  1. GPS & Bodycam
  2. Bodycam System

Configuration

config.lua
Config = {}

Config.framework = "auto" -- "auto" or "qb" for QB, "qbx" for QBOX, "esx" for ESX
Config.inventory = "auto" -- "qb" or "ox" 
Config.bodycamItem = "bodycam"

Config.locale = "tr" -- "en" or "tr"
Config.locales = {} -- Don't Edit

Config.BodycamJobs = {
    [1] = {
        job = "police",
        label = "Los Santos Police Department",
        image = "./lspd.png",
        background = {
            from = "#154680",
            to = "#00224A"
        }
    },
    [2] = {
        job = "sheriff",
        label = "Los Santos Sheriff Department",
        image = "./sd.png",
        background = {
            from = "#154680",
            to = "#00224A"
        }
    },
    [3] = {
        job = "ranger",
        label = "San Andreas Park Rangers",
        image = "./pr.png",
        background = {
            from = "#15801C",
            to = "#041A06"
        }
    },
    [4] = {
        job = "state",
        label = "San Andreas State Police",
        image = "./sp.png",
        background = {
            from = "#153A80",
            to = "#040C1A"
        }
    }
}
PreviousInstallationNextLanguage Files

Last updated 4 months ago

Page cover image