Functions/DarkRP/Shared/createAgenda

From DarkRP
Function
Function name DarkRP.createAgenda(string title, number manager, table listeners)
Description:
Create an agenda for groups of jobs to communicate.
Returns: nil
Part of Library: DarkRP
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Shared/createAgenda]DarkRP.createAgenda[/url][/b]

Function parameters[edit]

  1. title (string)
  2. The name of the agenda.

  3. manager (number)
  4. The team numer of the manager of the agenda (the one who can set the agenda).

  5. listeners (table)
  6. The jobs that can see this agenda.


Function return values[edit]

This function does not return any value.