03.02.2013, 01:30
(
Последний раз редактировалось Deathlane; 12.03.2014 в 09:13.
)
Hello guys, I have some problems with my login code. I don't know why, but it really can't be fixed by me.
So, let me explain the problem.
When I login, then I enter my password, it always allow me to login, even without putting the correct pass.
I'm using y_ini and Whirlpool.
Kindly help me as soon as possible! Thank you!
So, let me explain the problem.
When I login, then I enter my password, it always allow me to login, even without putting the correct pass.
pawn Код:
new string[256];
WP_Hash(string, sizeof(string), inputtext);
//if(!strcmp(string, PlayerData[playerid][pPassword]))
//if(strcmp(PlayerData[playerid][pPassword], string, true) == 0)
Kindly help me as soon as possible! Thank you!