Notification Usage
Types
Notification
Field
Type
Description
Required
Examples
TriggerEvent("no-alerts:notification", {
text = "You've entered the danger zone",
leftIcon = "radiation"
})
exports["no-alerts"]:SendNotification("You left the danger zone", "radiation", "#F92F04")Last updated