10.11.2010, 21:51
Whirlpool is from plugin?
Then I would remove the WP_Hash native and write this function:
Then I would remove the WP_Hash native and write this function:
pawn Код:
WP_Hash(buffer[], len, const str[])
{
buffer = MD5(str);
// it depends which MD5 script you've got
}