Closed Rubylium closed 4 years ago
you are using version 1 or 2? (thanks for reporting)
and are you using sql command to reset vehicles entries at each reboot ?
i'm using version 2 And if it's not in the script by default, i didn't create any command to do that, and if it's in the script, well i never used it befor 🤔
hmmm weird, i ll look into it when i am back from vacation
for example @TanguyOrtegat:
https://github.com/TanguyOrtegat/esx_jb_eden_garage2/blob/master/esx_jb_eden_garage2_sv.lua#L44
you select * and use vehicle props but instead you could use the plate
column.
fixed?
fixed?
tried to fix it, should be better now but idk if it is really fixed @Rubylium could you give us an update ?
Just start ft_libs after garage, no issues that way
Forgot about this sorry.
After some search i found out that this is mainly due to SQL Sync request, exemple : MySQL.Sync.execute("UPDATE owned_vehicles SET stored
=true WHERE stored
=false", {})
It's way better to use Async SQL request to prevent high MS usage :)
oh great :)
Soo, after doing some research on my server hitch time warning, i found out that i got 2 ressource eating up my server load, and one is yours