11.08.2012, 10:32
hey, if won't give me a return in the console:
Код:
stock hashit(string[])
{
new rand = random(10,15);
new hashed = md5(md5(rand) . md5('%s'));
return hashed,setproperty(.name = #this, .value = hashed);
}
public OnFilterScriptInit()
{
print("%d", getproperty(.name = #this));
return 1;
}

