Configuration
config.lua
Framework
Config.Framework = "qb" --> Your Framework | esx or qb
Config.FrameworkScriptName = "qb-core" --> The name of the framework scriptStyle Options
Config.Style = "default" --> The Style folder name
Config.StyleOptions = { --> The names of the images that you will use
Point = 'point',
Key = 'key',
Selected = 'label',
Unselected = 'label_no',
SelectedOpt = 'circle_selected',
UnselectedOpt = 'circle'
}Checks Options
Options
Last updated