🎒showAdvancedNotification

Displays a server-style help/info notification with a title and a message.

📤 Exports

You can trigger notifications from any script using the provided exports:

🧾 showAdvancedNotification

exports['weNotif']:showAdvancedNotification(object, message, duration)

Parameters:

  • object: Title or label (e.g. BANK, ALERT)

  • message: Content text

  • duration: Optional

Last updated