Infinity Store
Tebex StoreDiscord
  • CFX Auth
  • Resources
    • Scoreboard
      • Installation
      • Configuration
      • Robbery Integration
      • Exports
    • Squad system
      • Installation
      • Configuration
      • Exports
    • Notification
      • Installation
      • Configuration
      • Exports
    • Dashboard V2
      • Installation
      • Configuration
      • Webhooks
      • Exports
    • Job choice
      • Installation
      • Configuration
      • Exports
    • Pausemenu
      • Installation
      • Configuration
      • Exports
    • Playtime Shop
      • Installation
      • Configuration
      • Client events
      • SQL
      • Exports
    • Identity
      • Installation
      • Configuration
      • Exports
    • Keyguide
      • Installation
      • Configuration
      • Exports
    • HUD + UI LIB
      • Installation
      • Configuration
      • Customization
      • Exports
  • Military resources
    • Mortar
      • Installiation
      • Configuration
      • Exports
    • Bomb drone
      • Installiation
      • Configuration
      • Exports
    • Claymore
      • Installiation
      • Configuration
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Notification

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]]
}
PreviousInstallationNextExports

Last updated 10 months ago

Was this helpful?