esx_trunk
esx_trunk copied to clipboard
Trunks Randomly Wiping
Players are sporadically reporting that their trunks are erasing every so often. I didn't believe them until it happened to me. I literally deposited an item into a trunk, backed out of the menu and re-accessed it a moment later to find the trunk empty.
I'm pretty sure I responded to your issue in the ESX UHU discord.
Sorry to bother you schwim, appreciate all the work you do firstly.
Our server is experiencing the same issue with trunks being sporadically wiped. We have traced it down to the car being set owned 0 or 1 when a car is touched by the owner or not the owner. This also wipes or not wipes the trunk.
Any input would be greatly appreciated.
We have traced it down to the car being set owned 0 or 1 when a car is touched by the owner or not the owner. This also wipes or not wipes the trunk.
I'll need you to explain this part a little more. Are you saying that a trunk is deleted if someone other than the owner enters that vehicle? Tries to access the trunk? Does anything to the car? Are there any errors that are printed either to server terminal or F8 when this occurs?
I have this problem, i can't find any solution
Did Some One Find A Fix?
Not that has been shared.
Not that has been shared.
There Should Be An Fix For It Cuz if it doesnt ill have to switch to disc u should know u made this plugin didnt u?
I can't fix something I can't duplicate.
This is the error i have been getting when the trunk gets wiped
I hope u can help me
With the absurd amount of errors you have above and below that, I'd probably be worrying about the server as a whole before just the trunk. You literally have a 2 second query for the user in inventory. Of course scripts are going to break as they don't expect delays that large.
With the absurd amount of errors you have above and below that, I'd probably be worrying about the server as a whole before just the trunk. You literally have a 2 second query for the user in inventory. Of course scripts are going to break as they don't expect delays that large.
These started to come when i updated my mysql-async
And im pretty sure that these are coming bcuz i have 1.3million rows in my user_inventory
With the absurd amount of errors you have above and below that, I'd probably be worrying about the server as a whole before just the trunk. You literally have a 2 second query for the user in inventory. Of course scripts are going to break as they don't expect delays that large.
These started to come when i updated my mysql-async
And im pretty sure that these are coming bcuz i have 1.3million rows in my user_inventory
An optimized database with the right indexes can handle easily 1.3 million rows. Change back to your previous mysql-async version to start with and maybe try optimizing the db a bit more.
An optimized database with the right indexes can handle easily 1.3 million rows.
It would require a sweeping assumption of the resources available to his mysql server to be able to put a number on the amount of rows his particular hosting environment could handle.