Integrations
FD-Banking for JG-Dealership
JG-DealershipQBCoreESXJG-Scripts
Framework
QBCore | ESX
Updated
4/24/2026
Author
HSC
Overview
Add FD-Banking to JG-Dealership, allowing you to use FD-Banking as your society banking solution for dealership payments and deposits.
Folder/Files we will edit
Framework/sv-functions.lua
What to edit
1
Head over to the Framework folder and click on sv-functions.lua
2
Add snippet 1 below line 26
Requirements
fd-banking
VSC [Visual Studio Code] for editing the code XD
Notes
These are just the snippets. This is NOT the full file.
F.A.Q
Q: Is this offically supported by JG?
A: Not as of 4/24/2026, but maybe it will in the future :)
GetSocietyBalance
framework/sv-functions.lua | Line 55 [after Renewed-Banking]
lua
elseif GetResourceState("fd_banking") == "started" then
return exports["fd_banking"]:GetAccount(society)RemoveFromSocietyFund
framework/sv-functions.lua | Line 99 [after Renewed-Banking]
lua
elseif GetResourceState("fd_banking") == "started" then
exports["fd_banking"]:RemoveMoney(societyName, amount)AddToSocietyFund
framework/sv-functions.lua | Line 130 [after Renewed-Banking]
lua
elseif GetResourceState("fd_banking") == "started" then
exports["fd_banking"]:AddMoney(societyName, amount)