08.08.2011, 20:14
It's not
It's with string compare, because they are both strings.
pawn Код:
if(udb_hash(inputtext) == PlayerData[playerid][pPassword])
pawn Код:
if(strcmp(udb_hash(inputtext),PlayerData[playerid][pPassword]) == 0)