πIntegrations
Resource Integrations guide with other resources.
Client Side:
Unlocked File Path:
Notification:
--bydefault we add ox_lib notification you can edit according to your need
function notification(title, text, duration, type, icon)
lib.notify({
title = title,
description = text,
type = type,
duration = duration,
icon = icon,
position = 'top'
})
endLast updated