07.03.2014, 15:41
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)
{
//