[Solved]Djson Register System Error
#1

Hello,

When I try to compile my register system, I get the following error

Код:
error 033: array must be indexed (variable "dj")
On this lines of code:

Код:
stock AccountCheckLogin(nickname[], pwd[])
{
	new tmp[255];
	format(tmp, sizeof(tmp), "%s/password", nickname);
	if(dj("Accounts.json", tmp) == MD5_Hash(pwd)) //THis one exactly
	{
	  return true;
 	}
 	return false;
}
Thanks for your help
Reply


Messages In This Thread
[Solved]Djson Register System Error - by sant - 29.11.2009, 01:15
Re: Register System Error - by sant - 29.11.2009, 03:15

Forum Jump:


Users browsing this thread: 1 Guest(s)