Configuration

config.lua

Framework

Config.Framework = "qb" --> Your Framework | esx or qb
Config.FrameworkScriptName = "qb-core" --> The name of the framework script

Style 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.

Last updated