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

  1. Download the resource and place it in your resources folder

  2. Add ensure jv-notify to your server.cfg

  3. Restart 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