A simple custom notification system for FiveM with fade-in and fade-out animations, customizable styles, and support for multiple types of notifications.
- Fade-in and fade-out animations
- Customizable notification types (
default,primary,success,error) - Minimalist UI
Trigger notifications in-game via client events:
-- TriggerEvent
TriggerEvent('tabby.sendNotify', message, type, duration)Example
RegisterCommand('notify', function()
TriggerEvent('tabby.sendNotify', 'Test Message Text', 'default', 3500)
end)- Clone or download this repository.
- Add the resource folder to your FiveM server's
resourcesdirectory. - Add the resource to your
server.cfg:



