The text file is there for the !playerinfo command, let's just ignore that for now.

I need the hash tables to store the player data so if they ever need to be kicked the script takes their information from the hash table, which is faster than a text file and less of a pain. However the script isn't writing all the data. And I need to remove all the data first because it's for a gameserver, and I don't want to keep data in there that I don't have to. In short I want to know *why* it isn't saving all the data there

Last edited by SS217; 16/05/04 06:01 PM.