24.06.2013, 14:31
Are you using a loop to save all player's data while the server is going to exit? Well then, I suggest you not to do so. Server exits fast, and the INI won't execute many player's data (If many are connected) and so there's a chance where your files get bugged. I suggest you to use a timer to update it.