Functions/DarkRP/Server/notify
Jump to navigation
Jump to search
Function | |
Function name | DarkRP.notify(Player, table ply, number msgType, number time, string message) |
Description: | |
Make a notification pop up on the player's screen. | |
Returns: | nil |
Part of Library: | DarkRP |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Server/notify]DarkRP.notify[/url][/b] |
Function parameters[edit]
- ply (Player, table) (optional)
- msgType (number)
- time (number)
- message (string)
The receiver(s) of the message.
The type of the message. (Uses https://wiki.facepunch.com/gmod/Enums/NOTIFY)
For how long the notification should stay on the screen.
The actual message.
Function return values[edit]
This function does not return any value.