Page cover

Installation guide

Welcome to the END NOTIFICATION installation guide, here you can learn how to completely install our asset.

circle-info

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 END Notification.

Okay, but wait. What is the source, title, message, time, type?

  • 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)

  • Type [ Success / Error / Info ]

Event

TriggerClientEvent('end-notify:client:SendAlert', source, type, message, duration)

Export

exports['end-notify']:SendAlert('type', 'message', duration)

How to change the notify in your server to END NOTIFY?

QBCORE

qb-core/client/functions.lua

Replace this function:

ESX

es_extended/client/functions.lua

Replace this function:

Last updated