02.05.2009, 11:11
Well, shouldn't this work?
I know it could be done alot easier, but I can't use strcmp :S
Код:
new pw[1000];
pw = dini_Get(gPlayerfile[playerid], "Password");
gPlayerlogged[playerid] = 1;
for (new x = 0; x<=(sizeof(pw)); x++)
{
if (params[x] != pw[x]) gPlayerlogged[playerid] = 0;
}

