ESX Replacements
Replace ShowNotification
Open Directory
client/Open File
functions.luaSearch 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)
endReplace ShowHelpNotification
Open Directory
client/Open File
functions.luaSearch for
ESX.ShowHelpNotification(STRG+F)Replace function with the example below
function ESX.ShowHelpNotification(msg, thisFrame, beep, duration)
exports.wise_notify:HelpNotify(msg)
endLast updated