Installation
This page covers the installation guide for T1GER Chop Shop
Last updated
This page covers the installation guide for T1GER Chop Shop
Verify that you have the latest version of the listed mandatory resources installed and ensured in correct start order.
Database
Library
Framework
Inventory
ox_inventory, qb-inventory, qs-inventory, core_inventory, codem-inventory, origen_inventory or ak47_inventory
Download the t1ger_chopshop asset from Cfx.re Portal. Unzip the downloaded assets and drag it into a new(or existing) folder named [t1ger] inside your server's resources folder.
It's very important to ensure the resources in correct order to prevent any errors due to missing dependencies!
ensure oxmysql
ensure ox_lib
ensure es_extended -- or qbx_core / qb-core
ensure ox_target -- or qb-target
ensure ox_inventory -- or whatever compatible inventory
ensure [t1ger]There can be resources ensure in between the listed resources - this solely clarifies the correct start order.
If you rename the items or wish to use your own items, make sure to update inside t1ger_chopshop/shared/*.lua files!
Open t1ger_chopshop/install/items/ox_inventory.lua file and copy/paste into ox_inventory/data/items.lua file.
Open t1ger_chopshop/install/items/qb-inventory.lua file and copy/paste into qb-core/shared/items.lua file.
Open t1ger_chopshop/install/items/items.sql file and run the query in your database. You can also import the file directly into your database.
If using ox_inventory, it will automatically pull items from your database. Otherwise, you can open the t1ger_chopshop/install/items/ox_inventory.lua file and copy/paste into ox_inventory/data/items.lua file.
Inventory icons are located in t1ger_chopshop/install/items/icons/ folder.
Configure the resource to your liking. Read the end-text comments carefully. If you do not understand, please refer to our documentation or contact us through the relevant support channels on .
Refer to Configuration
Last updated