You Typed An Incorrect Password!
#1

Login Code
Code:
        case PLAYER_LOGIN:
        {
            if(response)
			{
	            new Password2[128];
    			GetPVarString(playerid, "PASSWORD", Password2, sizeof Password2);
			    if(strcmp(inputtext,Password2,false))
			    {
			        LoadPlayerAccount(playerid);
			        SendClientMessage(playerid, 0xFF0000FF, "You Have Been Logged In!");
			        IsPlayerLogged[playerid] = 1;
				}
				else
			 	{
            		SendClientMessage(playerid, COLOR_RED, "You Typed An Incorrect Password!");
            		ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "{FF0000}Wrong Password!\n","{F2F2F2}You Typed An Incorrect Password\n", "Login", "Leave");
        		}
			}
			else
			{
	            SendClientMessage(playerid,COLOR_RED,"You Clicked Leave");
	            Kick(playerid);
			}
		}
Every time I try login with my password I keep Getting "You Typed An Incorrect Password"...
Reply


Messages In This Thread
You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 18:39
Re: You Typed An Incorrect Password! - by [OC]Zero - 08.04.2011, 18:42
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 18:45
Re: You Typed An Incorrect Password! - by [OC]Zero - 08.04.2011, 18:48
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 18:53
Re: You Typed An Incorrect Password! - by jonnyboy - 08.04.2011, 18:54
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 18:55
Re: You Typed An Incorrect Password! - by [OC]Zero - 08.04.2011, 18:58
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 19:02
Re: You Typed An Incorrect Password! - by [OC]Zero - 08.04.2011, 19:06
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 19:08
Re: You Typed An Incorrect Password! - by Vince - 08.04.2011, 20:02
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 20:16
Re: You Typed An Incorrect Password! - by jonnyboy - 08.04.2011, 20:44
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 20:46
Re: You Typed An Incorrect Password! - by jonnyboy - 08.04.2011, 21:13
Re: You Typed An Incorrect Password! - by AntiGen - 08.04.2011, 21:16
Re: You Typed An Incorrect Password! - by chrism11 - 09.04.2011, 05:16

Forum Jump:


Users browsing this thread: 5 Guest(s)