Problem with strcmp
#8

Try changing:
pawn Код:
if(!strcmp(hashpass,PlayerInfo[playerid][Pass]))

To:
pawn Код:
if(strcmp(hashpass, PlayerInfo[playerid][Pass], true) == 0)
Reply


Messages In This Thread
Problem with strcmp - by verlaj - 27.05.2014, 05:56
Re: Problem with strcmp - by Rittik - 27.05.2014, 06:06
Re: Problem with strcmp - by verlaj - 27.05.2014, 06:15
Re: Problem with strcmp - by Rittik - 27.05.2014, 06:18
Re: Problem with strcmp - by Rittik - 27.05.2014, 07:46
Re: Problem with strcmp - by verlaj - 27.05.2014, 08:01
Re: Problem with strcmp - by iZN - 27.05.2014, 08:01
Re: Problem with strcmp - by Jack_Leslie - 27.05.2014, 08:07
Re: Problem with strcmp - by verlaj - 27.05.2014, 08:12

Forum Jump:


Users browsing this thread: 2 Guest(s)