Standalone

Agency-Notify

Système de notification avec styles V1 Classic et V2 Ultra, paramètres en jeu, priorité intelligente AgencyAI, protection anti-spam et persistance en base de données. 14 langues.

v2.0.1Free5 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)
})

Besoin d'aide ? Rejoignez notre Discord !

Rejoindre Discord