#lost vehicle
1 messages · Page 1 of 1 (latest)
I tried to look in the garage to see if there was one. I forgot to park my new car there, so it disappeared.
Go to database player_vehicles and put this into it and restart the server. It should be in the garage near the legion square
UPDATE player_vehicles
SET garage = 'pillboxgarage', state = 1
WHERE plate = '43CX1967';
ok thank you !i try go find
ah sorry can i know where can see all Commands? like job name or money Commands....
qb-core/shared/jobs.lua
There is a list of jobs in there
And other "commands" ones like mechanic and etc are divided in folders as example
Qb-mechanicjob and so on
ok thank you
hi boss! How do I turn off the stress effect?
Qb-hud/config.lua
ok thank you!
How do I delete unwanted vehicles? What commands do I need to enter?
Ok I found the setting in qb-garages. Change 'Config.AutoRespawn = true' set to false in config.lua to the qb-garages folder.Vehicles forgotten in the garage can be found in the depot. But I still haven't figured out how to delete the vehicle.
You can do it in database
go to player_vehicles and find the Registration of one of the vehicles you want to delete and just delete it from the database , and restart the server completely
Found it. Thanks for your help.