Dealerships
v2.0.1
Released 3 February 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>
SQL Error Fixed (JSON_ARRAYAGG)
I've changed the query to use a MariaDB 10.4 compatible query for fetching admin vehicles, which will enable MariaDB databases via XAMPP to work again. I do want to stress though that I DO NOT recommend using XAMPP (it is extremely outdated at this point), and instead you should install MariaDB directly. made a great guide: https://www.youtube.com/watch?v=RIa3vHxBMvg
Locales
- Added all missing locales from UI (or as many as I could find!) + translations for them
- You will need to update your
/localesfolder!
Other Fixes
- Fix ESX not loading interactions on script restart
- Importing default locations on a new install caused there to be no colour options by default -> now will be set to RGB selector
- If Enable Purchase is disabled, /directsale purchases would error
- If Enable Test Drives is disabled, /directsale test drives would error
- Fix
shared/main.luaerror when importing with some new config options missing - Fix 'color cannot be null' error when running /migratev2
- Use location name if new config opt
Config.BlipNameFormatis not available
Changed Files
- client/cl-locations.lua
- framework/esx/cl-esx.lua
- framework/qb/cl-qb.lua
- framework/sv-currencies.lua
- server/sv-import.lua
- server/sv-migrate-v2.lua
- server/sv-purchase.lua
- server/sv-test-drive.lua
- server/sv-vehicles.lua
- shared/main.lua
- fxmanifest.lua
- web (entire folder)