🎒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
showAdvancedNotification
exports['weNotif']:showAdvancedNotification(object, message, duration)
Parameters:
object
: Title or label (e.g.BANK
,ALERT
)message
: Content textduration
: Optional
Last updated