Dealerships
v1.1.2
Released 18 October 2023
Changelog
- Fix: Vehicle sell issue
- Toggleable vehicle sell and percentage configurable for each dealership
- Added exposed function for vehicle sell (example: running an event after the vehicle is sold) configurable in
config-cl.lua
New Config Options within Dealership:
- Add these config options into each dealership
enableSellVehicle = true,
sellVehiclePercent = 0.6, -- 60% of vehicle sale priceConfigurator Updates
Configurator has the marker issue fixed, new available locales added + updated for new sell vehicle config options with each Dealership.
Files Changed
client/cl-blips.luaclient/cl-sell-vehicle.luaserver/sv-sell-vehicle.luaserver/sv-main.luaconfig-cl.lua-> new event ("jg-dealerships:client:sell-vehicle:config")
Last updated 19 July 2026