10.07.2011, 14:41 
	
	
	Quote:
| error 033: array must be indexed (variable "MD5_Hash") | 
Код:
if(strlen(inputtext) < 3 || INI_ReadString(file,"Password") != MD5_Hash(inputtext))
 
	| error 033: array must be indexed (variable "MD5_Hash") | 
if(strlen(inputtext) < 3 || INI_ReadString(file,"Password") != MD5_Hash(inputtext))
 
	| if(!strcmp(INI_ReadString(file, "Password"), MD5_Hash(inputtext)) | 
| error 035: argument type mismatch (argument 1) |