Notification System โ JJ-Notify
๐ Description
JJ-Notify is a modern and lightweight notification system for FiveM, designed to provide clear, visually appealing, and fully customizable notifications for players directly in-game.
The system supports multiple notification types, optional sound effects, and configurable display duration, making it suitable for both small scripts and large servers.
This script is optimized for performance and can be easily integrated into any existing FiveM resource using exports.
๐ฎ In-Game Functionality
Players will receive on-screen notifications triggered by scripts or server actions.
Each notification appears with a clean UI design, color-coded by type, and can optionally play a sound for better feedback.
Notifications are commonly used for:
Action confirmations (e.g. purchase success)
Error messages
Informational messages
Warnings and system alerts
โ๏ธ How It Works
Export-Based Usage
Notifications are triggered via an export function, making integration simple and clean.Multiple Notification Types
Choose from predefined types for clear visual distinction.Custom Duration
Set how long each notification stays on screen (in milliseconds).Optional Sounds
Enable or disable sound effects per notification.Fully Configurable
Colors, styles, sounds, and types can be adjusted in the configuration file.
๐ Available Notification Types
The following notification types are included by default:
Success โ Green, used for positive actions (e.g. successful purchase)
Error โ Red, used when an action fails or an error occurs
Warning โ Yellow, used for potential issues or alerts
Info โ Blue, used for general information
Neutral โ Grey, used for generic messages
Each type can be customized or extended with additional styles if needed.
๐ Customization
Add your own notification types
Adjust colors and UI styling
Enable or disable sound effects
Modify default duration values
All customization is handled through a configuration file, no core edits required.
๐ย Preview
๐ Documentation
Full documentation is included and explains:
Export usage
Configuration options
Custom notification setup