21.05.2018, 11:18
Quote:
SeanDenZYR you already asked that question, when you got somebodys gamemode with database there isnt no need for you to see others passwords.
when you want to check if players enterd password matches with hashed password in database, you just hash player entered password and compare hashes. |
Quote:
Today I did it, I had the same question, so I found it! Just use Whirlpool and hash password.
Something like this: At the top of your gamemode: PHP код:
PHP код:
Like this: PHP код:
|