DarkNessProvides

UnknownRP Door Groups All completely done

Nov 13th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. Door groups
  3. ---------------------------------------------------------------------------
  4. The server owner can set certain doors as owned by a group of people, identified by their jobs.
  5.  
  6.  
  7. HOW TO MAKE A DOOR GROUP:
  8. AddDoorGroup("NAME OF THE GROUP HERE, you will see this when looking at a door", Team1, Team2, team3, team4, etc.)
  9. ---------------------------------------------------------------------------]]
  10.  
  11.  
  12. -- Example: AddDoorGroup("Cops and Mayor only", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR)
  13. -- Example: AddDoorGroup("Gundealer only", TEAM_GUN)
  14. AddDoorGroup("Government Only", TEAM_PCHIEF, TEAM_POLICE, TEAM_SCHIEF, TEAM_SWAT, TEAM_SWATSNIPER, TEAM_MAYOR)
  15. AddDoorGroup("Gun Dealer and Black Market Dealer", TEAM_GUNDEALER, TEAM_BMD)
Advertisement
Add Comment
Please, Sign In to add comment