30.08.2011, 03:23
It's hard to understand, but "strcmp" is the part people generally make mistakes.
Try this:
I'm quite sleepy atm, sorry If I replied with something useless.
Try this:
pawn Code:
if ( strlen(password) > 4 && !strcmp(PlayerInfo[playerid][pKey],password,false) )

