Download Script
To download the assets needed for this script, you must access the official Cfx.re portal, where all assets purchased through Tebex are managed.
Access the Granted Assets Page
Open the Cfx.re granted assets page: https://portal.cfx.re/assets/granted-assets.
This page contains all assets linked to your Cfx.re purchases.
Log In with Your Cfx.re Account
Sign in using the same Cfx.re account you used when purchasing the asset.
If you use a different account, the assets will not appear.
Download the Housing Assets
In the granted assets list, locate and download:
City BuilderThese two packages are required to install the full housing system.
These files include the models, materials, and visual resources required for the proper operation of the housing system.
Download Dependencies
This script requires some mandatory dependencies to function correctly. Make sure to download and extract them inside your server’s main directory, keeping their original folder structure intact.
ESX Dependencies
Optional ESX Dependency
QB Dependencies
Optional QB Dependency
Remove Other Scripts
This script includes a complete police system with a built-in MDT and dispatch functionality. Using additional police, MDT, or dispatch scripts alongside it may cause conflicts, errors, or unexpected behavior. To ensure full compatibility and optimal performance, it is strongly recommended to remove any existing police, MDT, or dispatch systems from your server before installation.
Database Setup
This script automatically installs all required database tables and default settings.
If you want to load sample test data, you must manually execute the provided SQL file. Please note that this file is only for testing purposes and does not create tables.
Setting Permissions
Follow these steps to correctly configure permissions for the script.
Open your server.cfg
Go to your server configuration file:
This is where all permission commands must be added.
Understand the basics
Before setting anything, you need to know:
Being in a group does NOT automatically give permissions. You need both steps.
Add a player to a group
Use add_principal to assign a role:
This makes the player an admin.
Give permissions to that group
Now give the required permission (qspoliceadmin):
Now all admins can use the script admin features,
(Optional) Give permission directly to a player
If you don’t want to use groups:
Only that specific player gets access.
(QB users) Setup admin groups
If you're using QB:
This gives full admin + script access.
Recommended full setup
A clean and scalable configuration:
Restart your server
add_ace is placed after add_principal.Once both options are enabled, Dynamic Doors will be fully active and ready to use in your server.

