11.02.2017, 03:44
Quote:
Open ini file of user and make sure that all values are under the tag [data]
Should be in this format : Код:
[data] value1=... value2=.. .. Now with that being done, try to debug the value as and when they are loaded, i.e., inside LoadUser_data callback. If you are comparing password that means password has already been loaded and was loaded successfully. So see that the line you are using here is same as the line you used to load password, if you used same way to load password. |