Functions/DarkRP/Server/notifyAll

From DarkRP
Function
Function name DarkRP.notifyAll(number msgType, number time, string message)
Description:
Make a notification pop up on the everyone's screen.
Returns: nil
Part of Library: DarkRP
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Server/notifyAll]DarkRP.notifyAll[/url][/b]

Function parameters[edit]

  1. msgType (number)
  2. The type of the message.

  3. time (number)
  4. For how long the notification should stay on the screen.

  5. message (string)
  6. The actual message.


Function return values[edit]

This function does not return any value.