Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*---------------------------------------------------------------------------
- /*---------------------------------------------------------------------------
- DarkRP Agenda's
- ---------------------------------------------------------------------------
- Agenda's can be set by the agenda manager and read by both the agenda manager and the other teams connected to it.
- HOW TO MAKE AN AGENDA:
- AddAgenda(Title of the agenda, Manager (who edits it), {Listeners (the ones who just see and follow the agenda)})
- ---------------------------------------------------------------------------*/
- -- Example: AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
- -- Example: AddAgenda("Police agenda", TEAM_MAYOR, {TEAM_CHIEF, TEAM_POLICE})
- 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