Configuration

config.lua
config = {}

config.core = 'esx' -- Select Framework: ESX or QBCORE
config.notifySoundVolume = 'nVolume'

-- Settings
config.settings = {
    -- Notify Header Titles
    ['errorTitle'] = 'Error',
    ['successTitle'] = 'Success',
    ['infoTitle'] = 'Info',
    ['warningTitle'] = 'Warning',
    ['announcementTitle'] = 'Announcement',
    ['severTitle'] = 'Server',
    ['lspdTitle'] = 'LSPD',
    ['emsTitle'] = 'EMS',
    ['twitterTitle'] = 'Twitter',
    ['smsTitle'] = 'SMS',
    ['phoneTitle'] = 'Phone',
    ['customTitle'] = 'Custom Notify',

    -- Notify Positions
    ['selectedPos'] = 'b' -- [tl: Top-Left] | [tr: Top-Right] | [lm: Left-Middle (Above minimap)] | [t: 'Top'] | [b: 'Bottom'] | [tr: [Top-Right]]
}

Last updated

Was this helpful?