Open zixkerr opened 6 months ago
plss
Please add ox_lib interigration to that!
function lib.notify(data) local type = 1 if data.type == 'inform' or 'success' then type = 1 end if data.type == 'error' then type = 2 end if data.type == 'warning' then type = 3 end exports['notifications']:sendnotify(data.description, type, data.duration or 5000) end
Please add ox_lib interigration to that!