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