Replacing ox_lib notify
This page will contain information about how to replace the ox_lib notifications with orbit-dynamichud's built-in notification system.
π Replacing ox_lib Notify
ox_lib Notifylib.notify({...})π File Location
ox_lib/resource/interface/client/notify.luaβοΈ What To Change
---`client`
---@param data NotifyProps
---@diagnostic disable-next-line: duplicate-set-field
function lib.notify(data)
-- original ox_lib logic
endπ§ What This Does
β
Compatibility
β οΈ Important Notes
π― Result
Last updated