โš™๏ธConfiguration

Check the default Config!

Config.lua
Config = {}
Config.Main = {
    framework = "esx", -- "esx", "qbcore"
    frameworkevent = "es_extended",
    language = "de",
    ScoreboardText = "S-Service",
    UnderlineText = "Scoreboard",
    defaultkey = "f9"
}

Config.Ui = {
    ShowPlayers = false,
    HoldKey = false,
    ShowOnlineFrakPlayers = true,
    ShowTeam = false,
    TeamPermission = {"admin"},
    IDlayout = "top",
    -- Either auto, top, middle
    ShowID = true,
    ShowInfos = {
        {
            displayname = "Police",
            jobname = "police"
        },
        {
            displayname = "LCN",
            jobname = "lcn"
        },
        {
            displayname = "Fib",
            jobname = "Fib"
        },
        {
            displayname = "Army",
            jobname = "army"
        }
    },
    JobLabels = {
        {name = "lcn", Display = "LCN"},
        {name = "police", Display = "Police"}
    }
}

If you find any errors in the configuration and you can't fix them yourself, open a ticket!

Last updated