ESX Replacements
Replace ShowNotification
Open Directory
client/
Open File
functions.lua
Search for
ESX.ShowNotification
(STRG+F)Replace function with example the below
function ESX.ShowNotification(message, type, length)
exports.wise_notify:Notify(type, "Information", message, length)
end
Replace ShowHelpNotification
Open Directory
client/
Open File
functions.lua
Search for
ESX.ShowHelpNotification
(STRG+F)Replace function with the example below
function ESX.ShowHelpNotification(msg, thisFrame, beep, duration)
exports.wise_notify:HelpNotify(msg)
end
Last updated