15.12.2013, 01:45
Hello everyone.
Why doesn't this work?
This code is in OnDialogResponse.
I don't know how to do it correctly with Whirlpool, everything else works fine
Why doesn't this work?
pawn Код:
new buf[129];
WP_Hash(buf, sizeof(buf), inputtext);
new INI:iniFile = INI_Open(UserPath(playerid));
INI_WriteInt(iniFile, "password", buf);
I don't know how to do it correctly with Whirlpool, everything else works fine