Input

User Input Configuration

Config.UserSelectableInput

-- Only neded if you set Config.AllowUserSettings to true
-- here you can setup all Inputs the user can Select 
Config.UserSelectableInput = {
    ['LUX'] = true,
    ['Native'] = true,
    -- if you want to use the OX Notify you have to make Changes in fxmanifest.lua
    ['OX'] = true,
}

SelectInput

-- InputType can be any Input that is set to True in Config.UserSelectableInput 
/SelectInput [InputType]

Last updated