Ox Doorlock
A door management resource that can be used standalone or alongside ox_core, qbx_core, and es_extended.
Installation
We strongly recommend referring to Guides for setting up Git, Node.js, and pnpm.
Install all resource dependencies.
Download a release (opens in a new tab) or build the source code.
git clone https://github.com/overextended/ox_doorlock.git
cd ox_doorlock/web
pnpm i
pnpm build
Install optional dependencies.
These resources aren't required but provide additional functionality.
Opening the UI
If you have installed and started the resource, you can use /doorlock
to open the UI.
-
If the cursor is displayed but not the UI then you have not built it.
-
You may not be authorised to use the command.
- Enter
test_ace player.1 command.doorlock
in the server console (replace 1 with your server id).
- Enter
Convert doors
Door configuration files written for nui_doorlock can be automatically added to your MySQL database.
- Any files with the
.lua
extension placed in theox_doorlock/convert
directory will be read on resource start. - If the directory doesn't exist, you can create it.
- Conversion cannot be guaranteed, especially if the config was not written for nui_doorlock.
Adding new native audio
A guide can be found here (opens in a new tab) for adding new native audio.