28.08.2013, 16:55
Change to:
Returns 0 when both strings are same.
EDIT: Make sure you check if the strings are not null. If a string is null, then it will return 0 as well.
pawn Код:
if(!strcmp(HashedInput, PlayerData[playerid][pPass]))
EDIT: Make sure you check if the strings are not null. If a string is null, then it will return 0 as well.