Need Help with login
#2

Try this.

Код:
if(LoginWarns[playerid] == 0)
{
    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_RED"You have     entered an incorrect password.\n"COL_WHITE"Type your password below to login.","Login","Quit");
}
else
{
   if(LoginWarns[playerid] == 5) // login attempts set as you want
   {
        SendClientMessage(playerid, 0xFF0000AA, "You have been kicked out of the server, failed logged in!");
        return Kick(playerid);
   }
   else
   {
      format(warnmsg, sizeof(warnmsg), "Incorrect Password! %d Attempt(s) Of Logging Left Before Being Kicked!",LoginWarns[playerid]);
      SendClientMessage(playerid, 0xFF0000AA, warnmsg);
   }
}
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_RED"You have entered an incorrect password.\n"COL_WHITE"Type your password below to login.","Login","Quit");
return 1;
Reply


Messages In This Thread
Need Help with login - by Youssef221 - 07.05.2015, 08:08
Re: Need Help with login - by justice96 - 07.05.2015, 08:17
Re: Need Help with login - by Youssef221 - 07.05.2015, 08:20
Re: Need Help with login - by justice96 - 07.05.2015, 08:23
Re: Need Help with login - by Youssef221 - 07.05.2015, 08:26
Re: Need Help with login - by justice96 - 07.05.2015, 08:30
Re: Need Help with login - by Youssef221 - 07.05.2015, 08:49
Re: Need Help with login - by Infinity - 07.05.2015, 09:57
Re: Need Help with login - by AroseKhanNiazi - 07.05.2015, 15:07

Forum Jump:


Users browsing this thread: 3 Guest(s)