+REP to fix
#3

pawn Код:
stock hashit(string[])
{
    new salt = 100;
    new hashed = MD5_Hash(MD5_Hash("salt"), MD5_Hash("%s"));
    return hashed;
}
Youre using the argument 'string' in here, but youre not using it anywhere in the function. Instead you use the %s, which is only available in format (and maybe some other functions aswell). Change the "%s" in just 'string', and it should work.
Reply


Messages In This Thread
+REP to fix - by kickerbat - 11.08.2012, 14:14
Re: +REP to fix - by Convex - 11.08.2012, 14:52
Re: +REP to fix - by Wesley221 - 11.08.2012, 15:01
Re: +REP to fix - by kickerbat - 11.08.2012, 15:30
Re: +REP to fix - by Wesley221 - 11.08.2012, 15:34
Re: +REP to fix - by kickerbat - 11.08.2012, 15:41
Re: +REP to fix - by kickerbat - 12.08.2012, 02:05
Re: +REP to fix - by kickerbat - 12.08.2012, 08:14
Re: +REP to fix - by Jessyy - 12.08.2012, 09:51
Re: +REP to fix - by kickerbat - 12.08.2012, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)