Usage

🎨 Notification Types

Default notification types:

  • success - Green notification for successful actions

  • error - Red notification for errors

  • warning - Orange notification for warnings

  • info - Blue notification for information

Client Side

exports['mkz-notify2']:SendNotification({
    title = 'Title',
    message = 'Message',
    type = 'type',
    duration = 5000,
    sound = true
})

Server Side

To send to a specific player (source is the player ID)

To send to all players

Last updated