~/docs/autocardealer/configuration/add-vehicles
autocardealer docs›
AutoCarDealer
Add Vehicles
-- 1 code block · 1 min read
description: >- All vehicles are stored in a MYSQL database in the vehicles2 table, if you want to add more you will have to follow these steps
Add Vehicles
The first thing to do is to insert the vehicles you want to add into the MYSQL table, you must add the model, price and category and the rest will be done automatically via a command
Once this is done go into game and check that CommandUpdateVehicle = true
CommandUpdateVehicle = true
Run the command and all vehicles will spawn and delete themselves to update the car's statistics
Once everything is finished remember to set CommandUpdateVehicles = false