It would be really nice if there could be the capability of storing the credits in a MySQL database instead of in the .cdb file. This is for a few reasons. One reason is so I can make a neat player lookup program for my website, and another is ever since the recent source update, it has been where the .cdb file never gets saved on server crash. Basically sourceOP is keeping track of the points, but not saving them to the database file. This is fine because players can rejoin and still have all of their credits... until the server crashes or is shut down.

A fix for this is really needed !