Skip to Content
Resourcesqb-doorlock Reference

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

  1. Diff config.lua, configs/, client.lua, and server.lua against your deployed commit.
  2. Test single, double, sliding, and garage doors that your server actually uses.
  3. Verify authorization on the server and retain the prior config set for rollback.

Sources: READMEΒ  Β· manifestΒ 

Last updated on