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. Scripts
  2. Boss Menu

Configuration

Config = {}

Config.locales = {}

Config.Locale = "en"

Config.Inventory = "ox_inventory"

Config.LastPaymentDay = 5 -- son ödeme günü

Config.UnemployedJob = "unemployed" 
Config.UnemployedGrade = 0 
Config.UnemployedSalary = 100

Config.MyBillCommand = "mybills" -- command to open my bills menu
Config.CreateBillCommand = "createbill" -- command to open create bill menu

Config.Interaction = "drawtext" --target, drawtext or custom

Config.debug = true

Config.AccesCoords = {
    ["police"] = {
        coord = vec3(447.87, -973.98, 30.46),
        BossOnly = false,
        job = "police",
        stash = {
            weight = 10000000,
            slots = 1000,
        }
    }
}
PreviousInstallationNextLanguage Files

Last updated 9 days ago

Page cover image