26.01.2018, 08:53
using udb_hash to has the password on register and using num_hash to hash the input and compare on login.
that won't work.
maybe change num_hash(inputtext) to udb_hash(inputtext) ?
that won't work.
Код:
if(num_hash(inputtext) == PlayerInfo[playerid][PlayerPass])
Код:
INI_WriteInt(File,"password",udb_hash(inputtext));