Config

Config = {
    General = { -- You can adapt everything "./client/custom/**.lua"
        Framework = "qbcore", -- esx, qbcore
        Language = "en", -- en, es, fr,
        Notify = "cteam", -- cteam
    },

    Components = {
        Status = true,
        Logo = true,
        CarHud = true,
        Notify = true,
        TextUI = true,
        VoiceUI = true,
    },
    
    Logo = {
        Url = '',
        top = "2", -- in vh
        right = "2" -- in vh
        width = "6.5" -- in vh
        opacity = "0.8"
    },
    
    Status = {
        OnlyNeed = false, -- Display the hud only when necessary         
    },

    CarHud = {
        SeatBeltKey = "B",
        LimiterKey = "Y",
        Notify = true,
        Type = "kmh", -- kmh, mph
        BeltSound = true,
        PutBeltSound = true,
    },

    Voice = {
        system = "pma-voice"
        radio = "rp-radio"
    },

    DoNotTouch = { -- Not touch!!!
        hunger = 100,
        thirst = 100,
    },
}

Última actualización