➕Add Vehicles

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

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

Last updated