Login problem
#2

strcmp returns 0 when two strings match.
pawn Код:
if(strcmp(PlayerInfo[playerid][pKey], hashPassword, true))
//should be
if(strcmp(PlayerInfo[playerid][pKey], hashPassword, true) == 0)
Reply


Messages In This Thread
Login problem - by SoaD123 - 15.03.2012, 18:51
Re: Login problem - by Krx17 - 15.03.2012, 19:39
Re: Login problem - by SoaD123 - 16.03.2012, 06:14

Forum Jump:


Users browsing this thread: 1 Guest(s)