02.03.2015, 22:24
I told you to get Whirlpool ( + native )
Put this on top of your game-mode script ( after includes )
Download : https://sampforum.blast.hk/showthread.php?tid=65290
And thank ****** later
Edit : you wanna change a little bit the register dialog aswell to :
new hashpass[129];
WP_Hash(hashpass,sizeof(hashpass),inputtext);
INI_WriteString(file,"Password",hashpass);
Put this on top of your game-mode script ( after includes )
Код:
native WP_Hash(buffer[],len,const str[]);
And thank ****** later

Edit : you wanna change a little bit the register dialog aswell to :
new hashpass[129];
WP_Hash(hashpass,sizeof(hashpass),inputtext);
INI_WriteString(file,"Password",hashpass);

