28.09.2012, 11:09
I know i have made numerous post's but i have tried everything and it has honestly got me stumped, and quite frankly I'm getting frustrated. I'm using Whirlpool plugin. The main problem I'm having is actually getting the players password to hash in the Scriptfiles>Serverdata>Players>[PlayerName].
For example the output will still be
The plugin seems to be working in the server-log, am i missing a code in my Game mode for it to hash the passwords in Scriptfiles?
<This is the main code i have been using in my gamemode is>
also
For example the output will still be
Код:
Password yunowork
<This is the main code i have been using in my gamemode is>
Код HTML:
new buf[145]; printf("hash"); WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog"); print(buf);
Код HTML:
native WP_Hash(buffer[], len, const str[]);