Register / Login system no loading stats
#9

fixed by changing
Code:
if(!strcmp(hashpass, pInfo[playerid][Pass], false) //If they have insert their correct password
to
Code:
if(strcmp(hashpass, pInfo[playerid][Pass], true)) //If they have insert their correct password
all thanks to Sweet <3
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)