# 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

```lua
CommandUpdateVehicle = true
```

Run the command and all vehicles will spawn and delete themselves to update the car's statistics

{% hint style="warning" %}
Once everything is finished remember to set CommandUpdateVehicles = false
{% endhint %}
