Server Exports
Last updated
Last updated
local source = source
exports.nx-notify:ShowNotification(source, {
message = "This is a success notification",
type = "success",
title = "Congratulation",
}) local source = source
exports.nx-notify:ShowNotification(source, {
message = "This is an info notification",
type = "info",
title = "Info",
align = "center"
})