Installation
Installation of cxa-notify
Last updated
Installation of cxa-notify
Last updated
function QBCore.Functions.Notify(text, texttype, length)
exports["cxa-notify"]:sendNotify(
type(text) == 'table' and text.text or text or "Notify",
texttype or "primary",
length or 5000
)
end