Installation guide
Follow the instructions below! It is important that you do everything exactly as described!
The script works on all FiveM servers!
How can I edit the Notify in any other scripts?
Every script use a notify function. So you have to change the notify trigger / export in all your scripts, which not use the brutal notify or the default ESX / QB notify.
Use these triggers to use the Brutal Notify.
Okay, but wait. What is the source, title, message, time, type?
Source (You have to add the source in server side.)
Title (This is the notify Title, Enter a custom text here, e.g. 'Notify')
Message (You have to add the notify message here.)
Time (Time of visibility of the notify. (Between 1000-15000) 1000 = 1 sec)
[ error / info / / success ]
Sound (If you want to give sound for that notify or not. true/false)
Trigger from Server side
Server side
Export from Client side
Client side
How to change the notify in your server to Brutal Notify?
ESX
es_extedned/client/functions.lua
Replace this function:
QBCORE
qb-core/client/functions.lua
Replace this function:
Last updated