Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ADGIENTS
  2.  
  3.  
  4.  
  5. --[[
  6. addons/[core]_darkrpmodification/lua/darkrp_customthings/agendas.lua
  7. --]]
  8. --[[---------------------------------------------------------------------------
  9.  
  10. DarkRP Agenda's
  11.  
  12. ---------------------------------------------------------------------------
  13.  
  14. Agenda's can be set by the agenda manager and read by both the agenda manager and the other teams connected to it.
  15.  
  16.  
  17.  
  18.  
  19.  
  20. HOW TO MAKE AN AGENDA:
  21.  
  22. AddAgenda(Title of the agenda, Manager (who edits it), {Listeners (the ones who just see and follow the agenda)})
  23.  
  24. ---------------------------------------------------------------------------]]
  25.  
  26. -- Example: AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
  27.  
  28. -- AddAgenda("Police agenda", TEAM_PRESIDENT, {TEAM_POLICECHIEF, TEAM_POLICE, TEAM_JUGGER, TEAM_SWAT, TEAM_SSWAT, TEAM_DEMOLITION, TEAM_FBI, TEAM_UNDERCOVER})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement