Module sv_notify
Notify System
Functions
| Notify (src, message, options, length) | Notify function. |
Functions
- Notify (src, message, options, length)
-
Notify function.
This function sends a notification to a player.
Parameters:
- src The player to send the notification to. number
- message The notification message. string
- options The notification options. table
- length The notification length. number
Usage:
exports.jones_util:Notify(src, "Hello World", {type = "info"})