T1GER Scripts Documentation
Tebex StoreDiscordYouTubeCFX Forum
  • T1GER Scripts Documentation
  • Quick Links
    • t1ger.net | Shop Now
    • Join Discord
  • Information
    • FiveM Asset Escrow
  • Resources
    • T1GER Mechanic
      • Installation
        • Job Account
          • Setup
          • API
      • Configuration
        • Config
          • Missions
        • Shop
          • Workbench
          • Supplier
        • Parts
      • Exports
        • Server
        • Client
      • Troubleshoot
        • FAQ
    • T1GER Library
      • Installation
        • Inventory
        • Target
        • Garage
        • Society Account
        • Vehicle Properties
      • Configuration
    • T1GER Gang System
      • Installation
      • Gang Garages
      • Product Information
    • T1GER Tuning System
      • Installation
      • API
        • Client
        • Server
      • Troubleshoot
        • Common Issues
        • Error Codes
      • Guides
        • Commands
        • Shops
        • Markers
        • Mod Stations
        • Pricing
        • Mod Orders
        • Vehicle Mods
        • Engine Swaps
        • Nitrous
    • T1GER ATM Robbery
      • Installation
      • API
        • Client
        • Server
      • Troubleshoot
        • Common Issues
        • Error Codes
      • Guides
        • Hacking Minigame
        • Dispatch
    • T1GER Dealerships
  • Free Resources
    • T1GER Keys
    • T1GER Garage
    • T1GER Bank Robbery
    • T1GER Tow Trucker
Powered by GitBook
On this page
  • 1. Ensure Dependencies
  • oxmysql
  • ox_lib
  • 2 - Get T1GER Library
  • 3 - Ensure T1GER Library
  • 4 - Configuration
  • 4.1 - Inventory
  • 4.2 - Society Account
  • 5 - Ready
  1. Resources
  2. T1GER Library

Installation

Instruction and guide to install and setup t1ger_lib dependency resource for all T1GER resources.

PreviousT1GER LibraryNextInventory

Last updated 11 months ago

1. Ensure Dependencies

The very first step of the installation is to have the dependencies installed and make sure they are ensure before the t1ger_lib resource.

Make sure to download the latest .zip files and not the source-code!

FiveM resource to communicate with a MySQL database using . (You might already be running this as it's becoming a very standard SQL wrapper to use).

Download:

A FiveM library and resource implementing reusable modules, methods, and UI elements.

Download:

2 - Get T1GER Library

  • Get the t1ger_lib resource from: (FREE)

  • Download from: .

3 - Ensure T1GER Library

Unzip t1ger_lib.zip folder and place it into your resource folder.

To avoid any startup issues, we highly recommend to place it inside the root resource folder and not in any sub-folder!

Add ensure t1ger_lib to your server start config.

Make sure to ensure t1ger_lib after your framework (es_extended/qb-core), target (ox_target/qb-target) and inventory (ox_inventory/qb-inventory) resources!

4 - Configuration

The config options can be found inside t1ger_lib/config.lua and you must go through every option. Refer to Configuration for in-depth explanations of the configurable options.

Use the end-text comments which explains every option!

4.1 - Inventory

Please refer to Inventory on guide/instructions on how to setup inventory.

4.2 - Society Account

Please refer to Society Account on guide/instructions on how to setup society account and integrate required functions.

5 - Ready

Congratulations, you've successfully installed the t1ger_lib resource. Restart the server and you will be all set.

Important to configure , TargetSystem, Garage and options!

oxmysql
node-mysql2
https://github.com/overextended/oxmysql/releases
ox_lib
https://github.com/overextended/ox_lib/releases
https://store.t1ger.net/package/5579988
FiveM's Keymaster
Inventory
SocietyAccount
Example of my server.cfg startup order