ESX Interaction Integration
π§ This tutorial shows how to add the Interaction to ESX
1. Modify the ESX Framework
1.1 Go to the es_extended
folder.
1.2 Open the File client > functions.lua
.
1.3 Replace the function ESX.ShowHelpNotification
.
ShowHelpNotification
1.4 Adjust the Color Code in the export, if you want.
Now we have added the interaction to the ShowHelpNotification, but only if parameter thisFrame is true, in case of false the normal one will continue to be used.
Example ShowHelpNotify
Last updated