Notify — Server

SendNotification

Sends a notification to a specific player from the server.

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

Deprecated

SendNotify

Use SendNotification instead.

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