🛠️Setup
This is a detailed setup guide for Advanced Notification. If you have any questions before making a purchase, you can contact us on Discord
Config
['type'] = { -- Notification Type title = 'Default Title', -- Add Default Title icon = 'icon name', -- Add Icon Name iconColor = '#C53030', -- Icon Color }
TriggerEvent('cs:notify:panel')exports['cs_notification']:Notify({ type = 'twitter', title = 'Twitter', --Put false if you dont want title description = 'This is Sample Notification', duration = 3000 })TriggerClientEvent('cs:notify', source, { type = 'twitter', title = 'Twitter', --Put false if you dont want title description = 'This is Sample Notification', duration = 3000 })TriggerEvent('cs:notify', { type = 'twitter', title = 'Twitter', --Put false if you dont want title description = 'This is Sample Notification', duration = 3000 })TriggerEvent('cs:notify', { type = 'facebook', title = 'Facebook', description = 'This is Customised Notification', duration = 3000, style = { backColor = '#3a6ecf', textColor = "#fff" } })
Setup Guide Example for QBCore and ESX
Last updated

