Notifications
SendNotify
KOJA.Server.SendNotify(data)Field
Type
Description
Examples
-- Success
KOJA.Server.SendNotify({
source = source,
type = 'success',
title = 'Job Completed',
desc = 'You received $500.',
time = 5000,
})
-- Error
KOJA.Server.SendNotify({
source = source,
type = 'error',
desc = 'You do not have enough money.',
})
-- Info
KOJA.Server.SendNotify({
source = source,
type = 'info',
title = 'Server',
desc = 'Maintenance in 5 minutes.',
time = 10000,
})Notify all players
Backends
Config.Notify
Backend
Last updated