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
        • Shop
      • API
        • Exports
        • Events
      • Troubleshoot
    • 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
  • Supported Banking Systems
  • Configuration (bridge/config.lua):
  • Setup
  • Functions
  1. Resources
  2. T1GER Mechanic
  3. Installation

Job Account

Instructions on how to setup job accounts to allow for runtime creation of accounts for jobs

Supported Banking Systems

This module supports the following job account systems:

  1. ESX: Uses esx_addonaccount

  2. QBCore: Supports both qb-banking and qb-management

  3. QBox: Uses Renewed-Banking

  4. Custom Implementations: You can add support for a different system by modifying the _API functions, see API.

Configuration (bridge/config.lua):

To set up the job account system, modify the JobAccount value:

JobAccount = "auto", -- "esx_addonaccount", "qb-banking", "qb-management", "Renewed-Banking", "tgg-banking" or "auto" (auto-detect)
  • If auto is selected, the system will automatically choose the best option based on the framework.

  • If manually set, it will enforce that specific system.

  • If using custom, edit InitializeJobAccount() function inside bridge/init.lua.

Setup

Instructions on how to prepare for runtime creation of shared accounts

Functions

Useful functions for Job Accounts. Also these you want to modify to integrate/compatibility for a custom job banking resource

PreviousInstallationNextSetup

Last updated 6 days ago

Setup
API