23.10.2011, 10:11
ERhmm..another problem
error 033: array must be indexed (variable "MD5_Hash")
D:
pawn Код:
if(MD5_Hash(inputtext) != AccountInfo[playerid][Password]
{
ShowPlayerDialog(playerid,56,DIALOG_STYLE_INPUT,"Login","Wrong password, try again!","Login","Cancel");
}
D: