Notification
Notification(source, title, notifyType, message)
Arguments
Argument
Data Type
Optional
Default
Explanation
source
string
no
nil
Player id
title
string
no
nil
Notification title
notifyType
string
no
'inform'
'success' or 'error' or 'info' or 'warning'
message
string
no
nil
Notification message
Last updated