Installation
A modern FiveM notification system with customizable UI, sound effects, and smooth animations.
jv-notify
A modern FiveM notification system with customizable UI, sound effects, and smooth animations.
Installation
Download the resource and place it in your
resourcesfolderAdd
ensure jv-notifyto yourserver.cfgRestart the server
Displaying Notifications
Client side
exports['jv-notify']:JVNotify('Title', 'Message', Time, 'type')Server side
TriggerClientEvent('jv-notify:client:ShowNotification', source, 'Title', 'Message', Time, 'type')Or using server exports:
exports['jv-notify']:JVNotify(playerId, 'Title', 'Message', Time, 'type')Parameters
Title: The notification title (optional, defaults to empty string)
Message: The notification message (required)
Time: Duration in milliseconds (optional, defaults to 5000)
type: Notification type (optional, defaults to 'info')
Time
1000 = 1 second
5000 = 5 seconds (default)
10000 = 10 seconds
Types
success (green)
info (blue)
warning (yellow/orange)
error (red)
Examples
Client Examples
Server Examples
Support
For issues or questions, please contact us on Discord: https://discord.gg/E2jWs3t7gv
Last updated
