πŸ› οΈInstallation

If you still encounter issues after completing this tutorial, we kindly ask you to review each step again to ensure everything has been followed correctly. If you're confident that all steps were completed properly and the issue persists, feel free to open a ticket on our Discord. Our team will be happy to help you.


1. Download

In the following section, you will find all the information about downloading our resources:


2. Dependencies & Requirements


3. Guides

To replace the default ESX Helpnotify with ours, you need to replace the 'ESX.ShowHelpNotification' function in your "es_extended/client/functions.lua" with the following:

ESX.ShowHelpNotification = function(msg, thisFrame, beep, duration)
    exports['unique_helpnotify']:TriggerHelpNotify(msg)
end

4. Configuration

If you have successfully completed the installation, you can proceed with the configuration.

Last updated