Notification

User Notification Configuration

Config.UserSelectableNotify

-- Only neded if you set Config.AllowUserSettings to true
-- here you can setup all Notifcations the user can Select 
Config.UserSelectableNotify = {
    ['LUX'] = true, 
    ['Native'] = true, 
    ['Drillen'] = true, 
    ['SY'] = false, 
    ['okok'] = false, 
    ['wasabi'] = false, 
    ['mythic'] = true, 
    ['QBCore'] = false, 
    ['ESX'] = true,
    ['RTX'] = false,
    -- if you want to use the OX Notify you have to make Changes in fxmanifest.lua
    ['OX'] = true, 
}

SelectNotify

-- NotifyType can be any notification that is set to True in Config.UserSelectableNotify 
/SelectNotify [NotifyType]

Last updated