Installation
This page covers the installation guide for T1GER Chop Shop
Ensure Dependencies
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
Add Items
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.
Last updated