Last updated 5 months ago
ox_lib/resource/interface/client/notify.lua
function lib.notify(data) exports["cdw-hud"]:Notify(data.description, data.type, data.duration) end