A customizable and easy-to-use notification system for your FiveM server.
- Set notification positions: top-left, top-right, top-center, bottom-center, bottom-left, bottom-right
- Choose from notification types: info, success, error, warning
exports.asdasd_notification:SendNotification({
message = message,
type = type,
timeout = time,
position = position
})
TriggerClientEvent("asdasd_notification:SendNotification", -1, {
message = message,
type = type,
timeout = time,
position = position
})
- Download the latest release from the releases page.
- Extract the files from the zip folder.
- Place the asd_notification folder in your FiveM server's resource directory.
- Add start asd_notification to your server.cfg file.