їCуmo hago esta modificaciуn?
#1

ЎBuenas! tengo el cуdigo para logear normalmente, pero necesito que si colocas mal la contraseсa 3 veces te kickee, pero claro que te avise con un mensaje que fuiste kickeado.

Код:
		case DIALOG_INGRESO:
		{
			if (!response)
			{
				if(!Informacion[playerid][pRegistrado])
				{
					fremove(UserPath(playerid));
					Kick(playerid);
				}
				return 1;
			}
			if(response)
			{
				if(udb_hash(inputtext) == Informacion[playerid][pPass])
				{
                    SetPVarInt(playerid,"Logueado", 1);
                    SetPVarInt(playerid,"TIEMPO_CUENTA", GetTickCount());
   					if(Informacion[playerid][pRegistrado])
					{
						CargarCuenta(playerid);
					}
					else TogglePlayerSpectating(playerid, false);
                }
				else
				{
					ShowPlayerDialog(playerid, DIALOG_INGRESO, DIALOG_STYLE_INPUT,"Server Roleplay","Introduciste una contraseсa incorrecta.\nTu cuenta esta registrada en nuestra base de datos, Ingrese su contraseсa:","Ingresar","Cancelar");
				}
				return 1;
			}
			else
		        return Kick(playerid);
	    }
Reply


Messages In This Thread
їCуmo hago esta modificaciуn? - by Fagrinht - 15.03.2016, 22:25
Respuesta: їCуmo hago esta modificaciуn? - by Parka - 15.03.2016, 22:41
Respuesta: їCуmo hago esta modificaciуn? - by KEAVELBIN - 15.03.2016, 22:48
Re: їCуmo hago esta modificaciуn? - by El Bardo - 16.03.2016, 23:31
Re: їCуmo hago esta modificaciуn? - by SickAttack - 17.03.2016, 02:15
Respuesta: Re: їCуmo hago esta modificaciуn? - by Fagrinht - 17.03.2016, 03:08
Re: їCуmo hago esta modificaciуn? - by SickAttack - 17.03.2016, 03:20
Respuesta: Re: їCуmo hago esta modificaciуn? - by Fagrinht - 17.03.2016, 03:22

Forum Jump:


Users browsing this thread: 1 Guest(s)