Virtual World Issue
Moderators: Development Contributor, Mapper
Virtual World Issue
So I think I've figured out the issue. I entered a red sultan on the strip in LV and it crashed my game, upon logging back in my virtual world was changed. Not sure if its this specific vehicle causing the issue. The car was in front of the four dragons if I'm not mistaken
- burridgedan
- Server Owner
- Posts: 65
- Joined: December 1st, 2024, 11:00 am
- Location: England
- Contact:
Re: Virtual World Issue
I suspect it may be down to what data is saved when a client crashes. The player's virtual world, interior and sometimes coordinates may not save if the client crashes out. To remedy this I will add a function to force a location save upon entering and exiting interiors. This means if a player crashes out they will at least have a safe spawn point when they log back in.
Maybe to avoid abuse I should add it onto a timer too so it reguarly saves a player's location. My only issue doing this is that it could become quite heavy on the database if you were to have 100 players running around at the same time and it tried to save all their locations at once.
Maybe to avoid abuse I should add it onto a timer too so it reguarly saves a player's location. My only issue doing this is that it could become quite heavy on the database if you were to have 100 players running around at the same time and it tried to save all their locations at once.