Client Exports
ShowNotification
exports.nx-notify:ShowNotification(data)RegisterCommand("success", function (source, args, raw)
exports.nx-notify:ShowNotification({
message = "This is a success notification",
type = "success",
title = "Congratulation",
})
end)
Last updated