Server storing player stats in an external file
Posted: Tue Mar 03, 2015 11:28 pm
I've been wanting to have a server be able to store player statistics in a simple file on the hard drive. I figured I would mimic the behavior of how cfg files work, in that it is a file written to te drive that stores keys and values. The key would be the player's name or something and then I can assign a value to it. But after looking into this it's not as simple as I would think it. Has anyone done work in this area and can point me in a direction that could save a lot of time/grief?