Notify — Client

SendNotification

Sends a notification to the local player.

Bridge.Notify.SendNotification(title, message, type, time, props)
ParameterTypeDescription
titlestringNotification title
messagestringNotification message
typestringType: 'success', 'error', 'info', 'warning'
timenumberDuration in milliseconds
propstableAdditional properties (optional, resource-specific)

Deprecated

SendNotify

Use SendNotification instead.

Bridge.Notify.SendNotify(title, message, type, time, props)