Installation
Welcome to the it_bridge installation guide, here you can learn how to completely install our asset, following each step we will achieve a clean and fluid installation where you will not find any problems, as long as the documentation has been completed in full.
If you do not have programming experience, we recommend that you read each step completely without skipping any lines, since all documentation is important and should not be ignored under any circumstances. If you have a trusted developer, you can install this quickly, easily and safely if you complete this documentation step by step.
If at the end of this documentation you still have any problems, review each step again, after having checked that everything is correct, you can obtain more information about common errors in the Common Problems section within this same documentation to seek help independently.
Asset download
You can get the lates version of the it_bridge script fo free on our tebex store if you want to update the script you have to visit your keymaster.
If you have downloaded the script from another site, there is no guarantee that the script will actually work. Please download it again from the the Cfx.re Portal.
Asset dependencies
Dependencies | Links |
---|---|
ox_lib | https://github.com/overextended/ox_lib/releases (opens in a new tab) |
If you have not installed the dependencies, you will not be able to use the asset correctly, please install them before continuing with the installation.
Asset positioning
Correctly position the assets by following this step, if something goes wrong you will probably get errors about exports not found, do not skip this step.
When you have downloaded the asset, you will have a folder with the name of the asset, inside you will find to seperate folders, each folder is on asset.
We recommend to create a folder with the name [it-scripts]
in your resources folder, and then move the asset folders inside the [it-scripts]
folder.
After you added both assets you have to add the it_bridge
resource to your server.cfg
file.
In your server.cfg
file you have to add the it_bridge
resource after any script the bridge needs to work for most servers that will be
- Your Framework
- Your Inventory Script
- Your Notification Script (If you have one on your server)
- Your TextUI Script (If you have one on your server)
- Your Target Script (If you have one on your server)
- Your Disptach Script (If you have one on your server)
- ox_lib
Example:
-- First we will start the Database
ensure oxmysql
-- Then we will start the cores, never below
ensure es_extended or qb-core
-- Your inventory system, always on top
ensure inventory
--Then we start all the dependencies
ensure ox_lib
-- Then you need to start all system you selected in the config file
-- Now you can start the it_bridge script
ensure it_bridge
-- After that you can start any other it script you want to use
Do not add the bridge_tester
resource to your server.cfg
file, this resource is only for testing purposes and should not be used on a live server.