SendNotify
Sends a notification message to a specific player.
Bridge.Notify.SendNotify(src, message, type, time)local Bridge = exports['community_bridge']:Bridge()
-- Send notification to specific player
Bridge.Notify.SendNotify(source, "Welcome to the server!", "info", 8000)
-- Send error notification
Bridge.Notify.SendNotify(source, "You don't have permission!", "error")Last updated