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 commandsConfig.debugCmd = true - Enables test command (/notify)
Developer Docs
Client Side Triggerexports['FiveM-Notify']:sendNotification('Title', 'Message', Type, 'Duration')
Server Side TriggerTriggerClientEvent('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.

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.