RyanTheTechMan / Door_System

Simple door ownership system for Gmod that works on any gamemode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Door System

Simple door ownership system that works on any gamemode.

Current Features:

  • Own doors by looking at them and pressing F9. (Can now be customized through the spawn menu to any key.)
  • Owned doors can be locked and unlocked with the keys.
  • Locked doors can be forced open with the door ram.
  • Admins can access a config in the door's menu to force an owner on that specific door.
  • Specific owner restrictions can be configured in the doors_config.lua file.
  • Owner restrictions will save in a JSON file for each map.
  • Door owners can now set a custom name to their door that is visible to all players who look at the door.
  • Support for owning whole rooms or buildings without having to manually own each individual door. (Server owners have to set this up manually, this doesn't support any maps out of the box.)
  • Admins can force specific doors to lock when the map loads.
  • Door owners can add other players as co-owners, allowing them to lock and unlock those doors.

Note:

If you use this on DarkRP you'll have to disable the built-in door system for that gamemode. They shouldn't conflict with each other code-wise but the HUD elements will overlap.

Suggestions:

Suggestions are always appreciated but this is one of my more minor projects so I may take some small suggestions but probably not anything big.

About

Simple door ownership system for Gmod that works on any gamemode.

License:MIT License


Languages

Language:Lua 100.0%