because u didnt change the name of YOUR SQL in the sql item.
just find handling.meta or vehicles.meta and u can find name of the car.
now I get this error Table ‘owned_vehicles’ already exists
because the table is exists, try change the “CREATE TABLE” to “CREATE TABLE IF NOT EXISTS”
Or just rename the original owned_vehicles to owned_vehicles2, import the sql and import cars from owned_vehicles2 to original.
Or just try it with your owned_vehicles.
Still can’t take out owned cars from garage. Can anyone explain how to fix it please. Thanks for helping
hello how did you solve for the fact if you take the car out of the garage you always got it damaged because I have this problem
that is to say, I explain myself better if I place a damaged vehicle and it is damaged. how can I solve this problem?
Thats interesting… Because if i place damaged, it will repair it for a little $ or the player can ride to a mechanic.
It will be something in config i think.
I tried everything. Even created my own vehicle_names.lua and still i cant get my stored cars. even the default cars in game.
I see in the wiki you can only have 36 vechicles in one garage? Why is this? At the moment i have people trying to put more, but it breaks the garage for them. They only way to fix it for the player is i have to go in the db and remove a few vechicles. Then they can access there garage again. The main qustion i have why is there a cap on the amount of vechicles a person can own?
You don’t think owning 36 cars is a bit excessive?
@SuperDaniel hahaha haha indeed… Maybe they need to sell a couple of cars before they buy new one… What the need 36 cars
I don’t think “owning” 36 cars is the problem. its only a few people at the moment that legit grind non stop with the goal to own all of them. if that there plan then so be it. they put the time in so I don’t see a reason not to agree… thanks for the replys but that doesn’t answer my question.
I don’t think it’s a script limitation but more of a menu problem. Best bet is probably to have look at how vehicleshop does it since it can pull more than hundreds of cars.
Hi. No veichles showing up for me. Tried to install vehicleshop_fix.sql but still not working. It says I dont own any veichles. Any ideas? Thank you!
did u already fix ? how to fixit ?
Yes, if u add de cars right to your server the names, plates etc shows in the gsrage
I tried everything here ,still doesn’t work .
I can’t get my vehicle back . What should i do? Do i need something to change inside the folder?
I would suggest another script?
I managed to fix this by excluding the job = @job
clause inside the esx_advancedgarage:getOwnedCars
server callback. Not sure why there are no rows returned whenever the job
column is supplied a blank value.