What it is: A "Plug & Play" notification system designed to automatically and permanently replace the native notifications of any framework (ESX, QBCore, ox_lib) across your entire server, without needing to rewrite all your scripts one by one.
What it does:
Modern Design: Offers a clean, animated, and highly customizable interface.
Basic Notifications: Replaces standard displays (simple text + success/error/info colors).
Advanced Notifications: Allows the creation of rich alerts including:
Title and Main Text.
Custom FontAwesome icons.
Badges (text & background color, e.g., "LEVEL 2" in red).
Secondary text (e.g., "3.2km").
Multimedia Support: Accepts images as round logos (e.g., business/bank logo) or large showcase images (e.g., car photo for a dealership).
Accessibility: Very easy to call in new scripts via:
Client-Side:
exports['notification']:ShowNotify(data)Server-Side:
TriggerClientEvent('notification:client:ShowNotify', source, data)