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
You can only have 1 out of these : Action, ClientEvent, ServerEvent options, if there are more than 1, then one of them will be triggered.
IN THE CASE OF MULTIPLE MECHANISMS (Action, ClientEvent, ServerEvent) The selection of which will run , goes as follows: (Action -> ServerEvent -> ClientEvent),
although using more than one option is bad practice.
Last updated