Dealerships
v2.3.0
Released 8 July 2026
<Callout type="warn">
Due to the number of files changed, we highly recommend a full reinstall of the script to ensure everything works smoothly!
</Callout>
Features
- Track separate dealership balances per custom currency
- Unescrow blip code for editing (
client/cl-blips.lua) - Migrate to JG UI & design refinement across the script
- Revamped camera in showroom w/ dragcam & interior view
Integrations
- RX Banking and Notify
- LC-Fuel
- Wasabi Banking
Bugs
- Direct sale doesn't show dealership custom currencies
- Direct sale doesn't work second time when done twice in a row
- Locations with 'no colour selection' throw SQL error on purchase
- Not able to edit price of cars via dealeradmin or management
- Truck spawn blip showing at incorrect location
- Commission isnt saving to database after updating in-game
SQL Changes
ALTER TABLE `dealership_locations` ADD COLUMN IF NOT EXISTS `currency_balances` TEXT NULL;Changed Files
- client/cl-blips.lua
- client/cl-direct-sales.lua
- client/cl-main.lua
- client/cl-management.lua
- client/cl-showroom.lua
- client/cl-trucking-mission.lua
- client/interactions/cl-interactions.lua
- config/config.lua
- framework/cl-functions.lua
- framework/sv-functions.lua
- fxmanifest.lua
- server/sv-admin.lua
- server/sv-dealership-balance.lua
- server/sv-direct-sales.lua
- server/sv-initsql.lua
- server/sv-locations.lua
- server/sv-main.lua
- server/sv-management.lua
- server/sv-migrate-v2.lua
- server/sv-vehicles.lua
- fxmanifest.lua
- web (entire folder)