πExports
Client Side
Send a notification for the player
exports['mg-notify']:Notify(text, type, title, time)π Parameters:
Example:
exports['mg-notify']:Notify("Heist failed", "error", "Pacific Standard", 5000) Server Side
Send a notification to a specific player
exports['mg-notify']:NotifyPlayer(target, text, type, title, time) Example:
Send a notification to all players
Example:
Last updated