qb-doorlock
qb-doorlock manages lock state and access for GTA door entities. The README lists qb-core,
qb-input for in-game door creation, and qb-minigames for lockpicking.
Global behavior lives in config.lua; door definitions are loaded from configs/*.lua. Current
definitions can restrict access by job grade, gang grade, citizen ID, or item. Keep creation tools
limited to trusted administrators and review generated definitions before committing them.
Update checklist
- Diff
config.lua,configs/,client.lua, andserver.luaagainst your deployed commit. - Test single, double, sliding, and garage doors that your server actually uses.
- Verify authorization on the server and retain the prior config set for rollback.
Last updated on