10.07.2012, 10:20
Try something like this:
Tell me if it gives the same error or lists a different error.
pawn Код:
new str;
str = INI_ReadString(data,"password",64);
if(strcmp(key, str, false) == 0)