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:
ESX: Uses
esx_addonaccount
QBCore: Supports both
qb-banking
andqb-management
QBox: Uses
Renewed-Banking
Custom Implementations: You can add support for a different system by modifying the
_API
functions, see API.
Configuration (bridge/config.lua
):
bridge/config.lua
):To set up the job account system, modify the JobAccount
value:
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 insidebridge/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
Last updated