Advertisement
Buffet_Time

Untitled

May 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /*---------------------------------------------------------------------------
  2. /*---------------------------------------------------------------------------
  3. DarkRP Agenda's
  4. ---------------------------------------------------------------------------
  5. Agenda's can be set by the agenda manager and read by both the agenda manager and the other teams connected to it.
  6.  
  7.  
  8. HOW TO MAKE AN AGENDA:
  9. AddAgenda(Title of the agenda, Manager (who edits it), {Listeners (the ones who just see and follow the agenda)})
  10. ---------------------------------------------------------------------------*/
  11. -- Example: AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
  12. -- Example: AddAgenda("Police agenda", TEAM_MAYOR, {TEAM_CHIEF, TEAM_POLICE})
  13.  
  14. AddAgenda("Police agenda", TEAM_MAYOR {TEAM_CHIEF, TEAM_POLICE, TEAM_SWAT, TEAM_SWATL, TEAM_SWATS, TEAM_SWATM, TEAM_SAS, TEAM_SASSNIPER, TEAM_SASLEADER, TEAM_SECRETSERV, TEAM_DETECTIVE})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement