Preview
TriggerEvent("noticeme:Info", "Hello!")
You can also use custom base64 encoded images with your notifications:
TriggerEvent("noticeme:Notify", {
message = "Hello, World!",
timeout = 2000, -- 2 seconds
audio = true, -- use notification sound
type = "info", -- use the info colors and icons
image = "data:image/png;base64,iVBORw0K...kSuQmCC",
})
Intro
NoticeMe is a simple notification resource that allows you to send notifications with as little characters as possible:TriggerEvent("noticeme:Info", "Hello!")
You can also use custom base64 encoded images with your notifications:
TriggerEvent("noticeme:Notify", {
message = "Hello, World!",
timeout = 2000, -- 2 seconds
audio = true, -- use notification sound
type = "info", -- use the info colors and icons
image = "data:image/png;base64,iVBORw0K...kSuQmCC",
})
Features
- Sounds
- Custom images
- Customizable (although this needs some documentation)