25.09.2015, 18:52
Hmm... it gets loaded.Now let's try to see if the password you enter into the dialog is correctly hashed.
Put a printf again
Do this once with the same password and then with a wrong password and please post the results.(server log)
Put a printf again
Код:
new buf[129]; WP_Hash(buf, sizeof(buf), inputtext); printf("DialogPass: %s",buf); printf("FilePass: %s",pInfo[playerid][pPassword]);