28.08.2014, 23:30
In the example
I believe it should be
pawn Code:
bcrypt_check(playerid, BCRYPT_LOGIN, inputtext, hash);
pawn Code:
bcrypt_check(inputtext, hash, "OnPasswordChecked", "d",playerid);