29-04-2008, 01:39 PM
Correct. And also load all the players if the server goes down. If I keep a record of all the player's account names in a file, then I can load them all upon the server boot.
I had an idea of assigning each player an account number, which would be their permanent
index. So when the server loads it would go through a file called accounts.ini, load all the players and then place them accordingly. Cause when I load them right now and someone logs in, it freezes on the client side.
I had an idea of assigning each player an account number, which would be their permanent
index. So when the server loads it would go through a file called accounts.ini, load all the players and then place them accordingly. Cause when I load them right now and someone logs in, it freezes on the client side.