#lost vehicle

1 messages · Page 1 of 1 (latest)

minor urchin
#

How do I find my lost vehicle? I can't find it at either of these locations.

slim hawk
#

Did you press "TRACK" ?

#

Oh It says it's garaged

#

It's in the garage

minor urchin
#

I tried to look in the garage to see if there was one. I forgot to park my new car there, so it disappeared.

slim hawk
#

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';

minor urchin
#

ok thank you !i try go find

minor urchin
#

ah sorry can i know where can see all Commands? like job name or money Commands....

slim hawk
#

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

minor urchin
#

ok thank you

minor urchin
#

hi boss! How do I turn off the stress effect?

leaden saddle
minor urchin
minor urchin
#

How do I delete unwanted vehicles? What commands do I need to enter?

minor urchin
#

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.

slim hawk
#

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

minor urchin