Progressbar

User Input Configuration

Config.UserSelectableProgressbar

-- Only neded if you set Config.AllowUserSettings to true
-- here you can setup all Progressbars the user can Select 
Config.UserSelectableProgressbar = {
    ['LUX'] = true, 
    ['progressBars'] = true, 
    ['ESX'] = true, 
    ['NC'] = false,
    ['VS'] = false,
    ['MFP'] = false,
    -- if you want to use the OX Notify you have to make Changes in fxmanifest.lua
    ['OX_Progressbar'] = true,
    ['OX_ProgressCircle'] = true,
}

SelectProgressbar

-- ProgressbarType can be any Progressbar that is set to True in Config.UserSelectableProgressbar 
/SelectProgressbar [ProgressbarType]

Last updated