An advanced, customizable notification system for FiveM servers by Code Universe.
For detailed documentation, please visit the Clear Notify Documentation.
- Multiple notification types: Success, Error, Info, Warning
- Customizable positions: top-right, top-left, bottom-right, bottom-left
- Adjustable duration for each notification
- Interactive action buttons
- Smooth animations
- Easily integrates with existing scripts
- Fully customizable styling
- Download and install Clear Notify in your FiveM resources folder.
- Add
ensure clear-notifyto your server.cfg file. - Use the export to show a notification:
exports['clear-notify']:ShowNotification({
title = "Welcome",
message = "Thanks for using Clear Notify!",
type = "SUCCESS",
duration = 5000
})