okey i have fixed it
Do you have a vrp version?
how could you fix the error?
no, i only work with esx
Yeah, i will do
What are you thinking of?
i dident add any cars and the error is constantly showing up
Thatās the problem you need to add cars
Okay i fix this problem no i have a new problem with esx_advancedGarage is my car not to see in the list https://prnt.sc/tlz7pu
is that line of that error
` ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'spawn_owned_car', {
title = _U('garage_cars'),
align = 'top-left',
elements = elements
}, function(data, menu)
if data.current.value.stored then <------- 209 Line client.lua
menu.close()
SpawnVehicle(data.current.value.vehicle, data.current.value.plate)
else
ESX.ShowNotification(_U('car_is_impounded'))
end
end, function(data, menu)
menu.close()
end)`
Send me your advanced garage script
show me the elements table
esx_advancedgarage.zip (31.2 KB)
from owned_vehicles ?
wait while a verify your advancedgarage
Myabe your owned vehicles table is wrong
can you send your table ? as test
You can see here
Fixed the Problem was set in the Owned_vehicles under vehicles database NULL chanced to NONE in
Thank you for this awsome script, everything works !
iām trying to change the UI color, Iāve did some changes to the ui.css but they donāt take any effect. Where do you change the ui ? I want to make it from white to gray or other color. Thanks !
EDIT : After i added all carsā¦they image is not showing up. Everything is matched. Any fix on that ?