Notification
1. Navigate to ox_lib/resource/interface/client/notify.lua
ox_lib/resource/interface/client/notify.lua2. Find the lib.notify function and replace it with this:
function lib.notify(data)
exports["cdw-hud"]:Notify(data.description, data.type, data.duration)
endLast updated
