Page cover

Notification

1. Navigate to ox_lib/resource/interface/client/notify.lua

2. Find the lib.notify function and replace it with this:

function lib.notify(data)
    exports["cdw-hud"]:Notify(data.description, data.type, data.duration)
end

Last updated