LukeWasTakenn / luke_garages

Super lightweight FiveM resource that adds garages and impounds for the ESX Legacy framework
GNU General Public License v3.0
33 stars 37 forks source link

After Update, got this error, #76

Closed frazz1234 closed 2 years ago

frazz1234 commented 2 years ago

After a restart server, no vehicule or anymore in the garage (thid eye) but in sql i can see they are in legion

F8: 20220327152816_1

LukeWasTakenn commented 2 years ago

What does your owned_vehicles table look like?

frazz1234 commented 2 years ago

like that --- https://we.tl/t-2Tspxhkvcu

LukeWasTakenn commented 2 years ago

Hmm, Can you add this line:

print(v,plate, Locale('garage'), GetGarageLabel(v.garage))

Above the table.insert on this line: https://github.com/LukeWasTakenn/luke_garages/blob/a2216c2d4367da1667a3061f1fcc3d0916b76302/client/client.lua#L319

frazz1234 commented 2 years ago

20220329200851_1

LukeWasTakenn commented 2 years ago

Huh interesting, your plate is a table and the locale for garage is nil.

What locale do you use?

frazz1234 commented 2 years ago

French

frazz1234 commented 2 years ago

Anyidea body?

frazz1234 commented 2 years ago

Im gonna be frankly whit you, i redownload the realese, and everything is good. but i can confirm i was on the last one before that too.. any i think its fix

LukeWasTakenn commented 2 years ago

Yeah I had no other people report the issue and I couldn't reproduce it myself so it must've been something weird.