11.08.2012, 10:12
How do I print this function to see if it hashes properly?
pawn Код:
stock hashit(string[])
{
new rand = random(10,15);
new hashed = md5(md5(rand) . md5('%s'));
return hashed;
}