Import missing vehicles from qbcore to rcore_pdm

This will work only on QBCore nowhere else!

This will get all your vehicles from qb-core and it will add them to your database so you don't have to manually add each vehicle.

How to add missing categories to the database? By performing the command below into server console cant be called from client only server

qbcorecreatecategoryDB

It will look for all missing categories in the database from shared.lua and create them be aware that default model for each vehicle category is police car so you will need to edit the preview car.

How to add missing vehicles from shared.lua to the database? By performing the command below into server console cant be called from client only server

qbcorecreatevehiclesDB

It will select and create all missing vehicles from QBCore shared.lua and create them in database and thats all we have to do here. Its really simple just run these two commands.

Last updated