08.08.2011, 18:44
Hi, i have problem
I input proper password, but don't identification it as good password, although hi are good password
okey i show my code
data writing
data reading
and data identification
I input proper password, but don't identification it as good password, although hi are good password
okey i show my code
data writing
Код:
INI_WriteInt(File,"Password",udb_hash(inputtext));
Код:
INI_Int("Password",PlayerData[playerid][pPassword]);
Код:
if(udb_hash(inputtext) == PlayerData[playerid][pPassword]) { // login } else { // wrong }