acomputerdood wrote...
on my server, we've implemented a system that's player-driven and can do that.
there's a "suicide booth" in one of the areas that the player can "use". activating the booth will print a message to the server's logfile along the lines of "DELETEME:playername:cdkey:charactername". each restart, there's a script that scans through the log file looking for that entry. it then knows to do an "rm servervault/playername.bic database/playername" or whatever.
you obviously need a linux server to do what we do, though it may be within the realm of possibility of windows. don't really know much about that.
I run a server on ubuntu server , would you share that setup?