View Single Post
  #4  
Old 07-05-2011, 12:44 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by callimuc View Post
So is there any use for it?
I don't think there is beyond reading/writing data for offline players no.
One good example for this I can think of would be to have an sqlite database storing each player that has logged on to the server, and eventually you'd be able to retrieve all of those accounts and write stuff to them if you want to apply an update to everyone.
This is somewhat better than having an if(condition){} within the login function for each player.
Reply With Quote