π οΈInstallation
1. Download
In the following section, you will find all the information about downloading our resources:
2. Dependencies & Requirements
Nothing! This script is completely standalone.
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