RX Scripts Logo
Housing

Installation

Full installation guide to get this script up & running in no time.

Download Dependencies

Modify Database

Ensuring Asset(s)

To make sure the asset(s) starts & works properly we need to make sure all asset(s) start in the correct order in your server.cfg. Below you can find an example of how it can look like.

You can also create a folder called [rx] in your resource folder. If you own multiple scripts from RX, you will not need to add them all to your server.cfg seperately.
server.cfg
# 1. Start oxmysql
ensure oxmysql

# 2. Start your framework
ensure es_extended or qb-core or qbx_core

# 3. Start ox_lib
ensure ox_lib

# 4. OPTIONAL: Start your inventory, appearance and garage script
ensure your_inventory
ensure your_appearance_script
ensure your_garage

# 5. Start your shells
ensure your_shells

# 6. Finally, start our asset singularly
ensure RxHousing
# Or, start all of our assets at once
ensure [rx]

FAQ