Standalone

Agency-Notify

Advanced notification system with two visual styles (V1 Classic and V2 Ultra) switchable per player, featuring an in-game settings menu for customizing position, sound, color, size, and duration. Includes AgencyAI smart notification intelligence with priority detection, spam protection, auto-duration, and database persistence via oxmysql. 14 languages supported.

v2.0.0Free5 Pages
Agency-Notify

01 Exports & API

Client Export (V2)

exports['Agency-Notify']:Notify({
    title    = 'Title',
    text     = 'Notification text',
    type     = 'success',     -- 'success' | 'error' | 'info' | 'warning'
    duration = 5000,          -- ms (optional)
})

Legacy Event (V1 Compatible)

TriggerEvent('Agency:Notify:Send', {
    title = 'Server Message',
    text = 'Hello from server',
    type = 'info',
})

Server Event

TriggerClientEvent('Agency-Notify:send', source, {
    title = 'Server Message',
    message = 'Hello from server',
    type = 'info',
})

Need help? Join our Discord community for support!

Join Discord