Login problem
#2

you don't need two compares, just use a one , the >correct< one:
pawn Код:
if(strcmp(password2, password, false) == 0)
{
       /* Successfully logged in */
}
else
{
      /* incorrect password */
}
return 1;
}
Reply


Messages In This Thread
Login problem - by Rabea - 08.10.2014, 18:28
Re: Login problem - by Sawalha - 08.10.2014, 19:08
Re: Login problem - by Threshold - 08.10.2014, 23:12
Re: Login problem - by Rabea - 09.10.2014, 07:16
Re: Login problem - by Rudy_ - 09.10.2014, 08:15

Forum Jump:


Users browsing this thread: 1 Guest(s)