Notification
1. Navigate to es_extended\client\functions.lua
es_extended\client\functions.lua
2. Find the ESX.ShowNotification function and replace it with this:
function ESX.ShowNotification(message, notifyType, length)
exports["cdw-hud"]:Notify(message, notifyType, length)
end
Last updated