Entrance without password?!
#5

You are using a double negation but I think you just want that

pawn Код:
//
        if(!response) return Kick(playerid);
        if(strlen(inputtext) < 6)
            return ShowPlayerDialog(playerid, LOGIN_DIALOG, DIALOG_STYLE_PASSWORD, "  ", "{FF0000}The password needs to be at least 6 characters long!", "Login", "Disconnect");
        if(strcmp(inputtext, PlayerInfo[playerid][Parola], true) == 0)
        {
//
Reply


Messages In This Thread
Entrance without password?! - by Otakus - 07.03.2014, 13:58
AW: Entrance without password?! - by Nero_3D - 07.03.2014, 14:19
Re: Entrance without password?! - by XK - 07.03.2014, 14:24
Re: Entrance without password?! - by Otakus - 07.03.2014, 14:34
AW: Entrance without password?! - by Nero_3D - 07.03.2014, 15:41
Re: Entrance without password?! - by Otakus - 07.03.2014, 15:58
Re: Entrance without password?! - by Otakus - 07.03.2014, 16:12

Forum Jump:


Users browsing this thread: 2 Guest(s)