Installation guide

Follow the instructions below! It is important that you do everything exactly as described!

The script works on all FiveM servers!

Use these triggers to use the Plebsu Notify.

What is the source, title, message, 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.)

  • Type [ error / info / success ]

Trigger from Server side

TriggerClientEvent('p_notify:notify_server', source, title, message, type)

Trigger from Client side

TriggerEvent('p_notify:notify', title, message, type)

How to change the notify in your server to Plebsu Notify?

ESX

es_extedned/client/functions.lua

Replace this function:

function ESX.ShowNotification(message, type, length)
    TriggerEvent('p_notify:notify', "MESSAGE", message, type)
end

Last updated