GNotifications.sendNotification(ply, nType, message, playSound)
Parameter | Type | Description |
---|---|---|
ply |
Entity |
Required. Player to send notification to |
nType |
Number |
Required. Notification type |
message |
string |
Required. Notification content |
playSound |
Number |
Optional=1. 0 to mute the sound |
GNotifications.sendBroadcastNotification(nType, message, playSound)
Parameter | Type | Description |
---|---|---|
nType |
Number |
Required. Notification type |
message |
string |
Required. Notification content |
playSound |
Number |
Optional=1. 0 to mute the sound |
GNotifications.TYPE_INFORMATION
GNotifications.TYPE_ERROR
GNotifications.TYPE_IMPORTANT
GNotifications.TYPE_VALIDATION
GNotifications.TYPE_NORMAL