Login System bugged
#1

I have the following line in my script to log in:
phash = hash(inputtext);
if(phash == dini_Int(file,"password"))
{
alevel[playerid] = dini_Int(file,"alevel");
amonth[playerid] = dini_Int(file,"amonth");
aday[playerid] = dini_Int(file,"aday");
ayear[playerid] = dini_Int(file,"ayear");
gender[playerid] = dini_Int(file,"gender");
sscanf(whenmade[playerid],dini_Get(file,"whenmade"));
}
else
{
SendClientMessage(playerid,0xFFFFFFFF,"Password incorrect!");
}

Even when you put in the correct password, it tells you your password is wrong.
Reply


Messages In This Thread
Login System bugged - by jtemple042996 - 08.08.2012, 18:19
Re: Login System bugged - by RustySnowman x - 08.08.2012, 20:00
Respuesta: Login System bugged - by [DOG]irinel1996 - 08.08.2012, 20:16
Re: Login System bugged - by jtemple042996 - 24.08.2012, 23:46

Forum Jump:


Users browsing this thread: 3 Guest(s)