30.11.2011, 06:02
Quote:
I don't see why you don't just save everything to variables when the person disconnects, then query the mysql database with those variables
|
Why not just make some arrays to store the data you want to access, and save them all into the database when the player leaves? This is much faster than storing everything into the large database and access them every time you want to get the data.
Unless your server is unstable, making real-time saving systems do no good to it.