ESX Replacements
Replace ShowNotification
function ESX.ShowNotification(message, type, length)
exports.wise_notify:Notify(type, "Information", message, length)
endReplace ShowHelpNotification
function ESX.ShowHelpNotification(msg, thisFrame, beep, duration)
exports.wise_notify:HelpNotify(msg)
endLast updated