Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[---------------------------------------------------------------------------
- Door groups
- ---------------------------------------------------------------------------
- The server owner can set certain doors as owned by a group of people, identified by their jobs.
- HOW TO MAKE A DOOR GROUP:
- AddDoorGroup("NAME OF THE GROUP HERE, you will see this when looking at a door", Team1, Team2, team3, team4, etc.)
- ---------------------------------------------------------------------------]]
- -- Example: AddDoorGroup("Cops and Mayor only", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR)
- -- Example: AddDoorGroup("Gundealer only", TEAM_GUN)
- AddDoorGroup("Government Only", TEAM_PCHIEF, TEAM_POLICE, TEAM_SCHIEF, TEAM_SWAT, TEAM_SWATSNIPER, TEAM_MAYOR)
- AddDoorGroup("Gun Dealer and Black Market Dealer", TEAM_GUNDEALER, TEAM_BMD)
Advertisement
Add Comment
Please, Sign In to add comment