BHD Scripts
  • 📚Documentation
  • Scripts
    • 🖥️BHD Bossmenu
      • Dependencies
      • Instalation
      • Configuration
        • Society Money Log
      • Errors
    • 🚗BHD Garage
      • Dependencies
      • Instalation
      • Configuration
      • Server Configuration
      • Commands
      • Errors
      • Developer Options
        • Exports
          • Client Exports
          • Server Exports
            • Vehicle Object
        • Events
        • Editable Files
          • Client
          • Server
            • editable_server.lua
            • functions.lua
        • Vehicle Images
    • 📜BHD MOT
      • Dependencies
      • Instalation
      • Configuration
    • 🐾BHD Animal Tracker
      • Dependencies
      • Instalation
      • Configuration
Powered by GitBook
On this page
  1. Scripts
  2. BHD Garage

Dependencies

PreviousBHD GarageNextInstalation

Last updated 2 months ago

Need Help? If you're unsure whether this script will work with your custom resources or have compatibility questions, feel free to contact us on for support.

or

This script works with both ESX and QB-Core, providing flexibility and full compatibility with your chosen framework.

ox_lib provides essential tools, utilities, and user interface options for a smoother script experience.

oxmysql is a modern and reliable SQL wrapper for FiveM, ensuring fast and optimized database queries.

ox_inventory is a modern slot based inventory with metadata support

BHD Bridge is a core dependency that connects script with multiple resources.


To install the BHD Bridge for your server, follow these steps:

1. Ensure All Dependencies Are Installed

Before installing the BHD Bridge, make sure the following dependencies are downloaded and added to your resources folder:

  • ox_lib

  • oxmysql

Ensure these dependencies are started before the BHD Bridge in your server.cfg:

plaintextZkopírovat kódensure ox_lib
ensure oxmysql

2. Add BHD Bridge to Resources

  1. Download the BHD Bridge: Obtain the latest version of the BHD Bridge from your source.

  2. Place in Resources: Move the bhd_bridge folder into your server's resources directory.

    • Important: To avoid boot order issues, do not place the bridge within a subfolder.


3. Configure Server Startup Order

In your server.cfg, ensure that the BHD Bridge is started after your framework and target scripts, but before any scripts that depend on it:

  • For ESX Framework:

    plaintextZkopírovat kódensure es_extended
    ensure ox_target  # or your target script
    ensure bhd_bridge
  • For QB-Core Framework:

    plaintextZkopírovat kódensure qb-core
    ensure qb-target  # or your target script
    ensure bhd_bridge
  • Note: Start the bridge after any scripts it may use exports from, such as inventories or targets.


4. Verify Installation

After configuring your server.cfg:

  1. Restart Your Server: Apply the changes by restarting the server.

  2. Check Console for Errors: Monitor the server console to ensure there are no errors related to the BHD Bridge or its dependencies.


By following these steps, the BHD Bridge should be correctly installed and operational on your server.


Support and Compatibility

If you have any questions regarding script compatibility or need further assistance, join our . Our support team is ready to help with installation, configuration, and custom integrations.

🚗
Discord
es_extended
qb-core
ox_lib
ox_mysql
ox_inventory
BHD Bridge
Discord Server