01.06.2010, 11:28
Quote:
|
Originally Posted by Slice
try changing
Код:
stock salt_password( const password[ 32 ], const salt[ 16 ] )
{
new hash[ sizeof( password ) + sizeof( salt ) ]
Код:
stock salt_password( const password[ ], const salt[ ] )
{
new hash[ 33 ]
|

