22.01.2018, 15:44
You should check the password like this:
because the strcmp function returns 0 when the 2 strings match each other.
Код:
if(!strcmp(hashpass, pInfo[playerid][Pass], false))