Quote:
Originally Posted by DustyPorViva
Yes, but in some circumstances you're going to have more data... I'd just rather compress it all into one string rather than having tons of single flags.
|
Well, I agree, it would be nice; for example, for UN's hat system, I had to store peoples' hats in text files on the server and then load them into the person's string on login (due to the fact that some people had so many hats); but for most circumstances, it's inappropriate to have a string attached to the player that's > 255 characters in length.