FiveM Notify

This item is free.

FREE CUSTOMIZABLE FIVEM NOTIFICATION SYSTEM

A free and modern looking notification system for FiveM. With customizable Icons and Colors!

PREVIEW

Documentation

How To Use

Drag and drop the FiveM-Notify folder into your resources folder and just make sure that you start the resource!

Config

Config.debugCmd = false - Disables test commands
Config.debugCmd = true - Enables test command (/notify)

Developer Docs

  • Client Side Trigger
    exports['FiveM-Notify']:sendNotification('Title', 'Message', Type, 'Duration')

  • Server Side Trigger
    TriggerClientEvent('Notify:sendNotification', source, 'Title', 'Message', 'Type', 'Duration')

How To Add Custom Types

Use a text editor of choice (VSCode would be best). Open the notificationTypes.js file.

Screenshot 2024-04-03 230822

You will see this object. Only recomended to edit if you understand basic Javascript Objects. From there you can add on your own custom types. All icons are from Google Icons which is explained in the file and the colors use Hex Codes.