06.05.2012, 02:38
Make sure that both of the variables in the strcmp actually have a value, if they don't it will return a match anyway. Use print and debug them like this:
If one of them creates a blank line in the console, then the strcmp isn't the issue.
pawn Код:
print(pData[playerid][pPass]);
print(h_password);