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 Exports

ExportDescription
Notify(data: { title, text, type, duration, ... })Displays a v2 notification with optional AgencyAI smart-priority/duration/spam handling.

Client Events

EventDescription
Agency:Notify:SendLegacy v1 entry point to display a notification with the same payload as the export.
Agency:Notify:LoadSettingsApplies per-player saved UI settings (position, color, scale, style) from the server.

Server Events

EventDescription
Agency:Notify:SaveSettingsValidates and persists the player's notify settings (position, accent, scale, style).

Example: Basic notification

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

Need help? Join our Discord community for support!

Join Discord