26.01.2018, 09:09
Quote:
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. Код:
if(num_hash(inputtext) == PlayerInfo[playerid][PlayerPass]) Код:
INI_WriteInt(File,"password",udb_hash(inputtext)); |