08-11-2008, 05:47 PM
genusis Wrote:Well, the code was made to be 2 or more characters per account, so if you remove this ability, the correct thing to do would be remove the code that handles more than 1 char. The way your tut makes it, you basically declares an array of one position, which is weird and useless xD, but it works...Dragoons Master Wrote:Really, this is the easy way. A real conversion should join AccountRec and PlayerRec and REMOVE MAX_CHARS constant.the problem with this is your basically redoing all of the code ^^