22.07.2012, 10:25
Probably because you aren't saving everything to there needed areas.
For example, you are using INI_WriteInt for the password, of which would probably contain letters, meaning you need that to be INI_WriteString.
See what I mean?
For example, you are using INI_WriteInt for the password, of which would probably contain letters, meaning you need that to be INI_WriteString.
See what I mean?