dbteku updated SharedDoors with a new update entry:
0.5.0

SharedDoors
Sharing doors with friends via the tool cupboard.
Total Downloads: 4,459 - First Release: Aug 30, 2016 - Last Update: Dec 8, 2017
- 5/5, 7 likes
-
Thanks again for making the tweaks, my people love this plugin, it's way simpler than DoorShare, I dunno WTF that guy's thinking with the direction he's taking that plugin lol.
-
-
Master Mode currently isn't working on doors, and just says "It is locked..." when trying to open box.
unsure about rest of the plugin's functions. -
-
-
Wulf Community Admin
-
[DOUBLEPOST=1478228427][/DOUBLEPOST]Last edited by a moderator: Nov 4, 2016 -
Wulf Community Admin
Code:bool CanUseLock(BasePlayer player, BaseLock @lock)
-
This is code basically.
Code:bool CanUseLock(BasePlayer player, BaseLock @lock) { BaseLock door = @lock; Puts("CAN USE DOOR"); IPlayer iPlayer = covalence.Players.FindPlayerById(player.userID.ToString()); bool canUse = false; if((player.IsAdmin() && holders.IsAKeyMaster(player.userID.ToString())) || (iPlayer.HasPermission(MASTER_PERM) && holders.IsAKeyMaster(player.userID.ToString()))) { canUse = true; }else { canUse = new DoorAuthorizer(door, player).canOpen(); } return canUse; }
-
Wulf Community Admin
It was working fine when I tested it before pushing, but I'll test again. -
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Ok so an oxide update will fix the issue?
-