Lightweight, fully customizable notification system for FiveM.
Drop it into your server and give your players sleek notifications with optional headers, icons, and custom durations.
Framework-agnostic, easy to use, and fully configurable per player.
Client-Side Notifications
Displays notifications and manages per-player settings menu.
Exports functions:
send(opts): Send a notification
open_settings(): Open the settings menu
close_settings(): Close the settings menu
Optional fields: header, icon, duration.
Required fields: type ("success", "error", "warning", "info", "primary") and message.
Server-Side Notifications
Trigger notifications to specific players or open their settings menu.
Exports functions:
send(source, opts): Send a notification to a player by their server ID
open_settings(source): Open the settings menu for a specific player
Use this to notify players of events, errors, achievements, or custom script actions.
Supports optional icons, headers, and custom durations.
Settings Menu
Players can open via /notify or server-triggered command.
Allows per-player customization:
- Change notification theme
- Adjust alignment (top-left, top-right, bottom-left, bottom-right)
- Move notifications on screen
Quick Install
1. Download and add the resource to your server.
2. In server.cfg: ensure boii_notify
3. Restart the server (or resource)
4. Start sending notifications from client scripts, server scripts, or via /notify
What You Get
- Fully client/server compatible notification system
- Optional headers, icons, and durations
- Per-player customizable UI
- NUI-based, lightweight, and responsive
- Easy exports for integration with other scripts
Support
Need help or want to report an issue? Join the Discord: https://discord.gg/MUckUyS5Kq