[Pedido]
#3

Hola, mira no supe como emplear tu metodo. Por eso te dejo el dialog mi versiуn de mysql es la R39-3

Код:
    case DIALOG_EMAIL:
    {
		if(response)
		{
		    if(strfind(inputtext, "@", true) == -1 && strfind(inputtext, "hotmail.com", true) == -1 || strfind(inputtext, "@", true) == -1 && strfind(inputtext, "yahoo.com", true) == -1 || (strfind(inputtext, "@", true) == -1 && strfind(inputtext, "gmail.com", true) == -1)) return ShowPlayerDialog(playerid, DIALOG_EMAIL, DIALOG_STYLE_INPUT, "Correo electronico", "Por favor, ingresa un email valido\nEjemplos: servidor@hotmail.com o servidor@yahoo.com y servidor@gmail.com", "Siguiente", "Cancelar");
		    {
			    new correoe[128];
				format(correoe, sizeof(correoe), "%s", inputtext);
				Jugador[playerid][correo] = correoe;
				Jugador[playerid][Ropa] = 7;
				ShowPlayerDialog(playerid, DIALOG_CIUDAD, DIALOG_STYLE_LIST, "їDonde Spawnear?", "-Los Santos\n-San Fierro\n-Las Venturas", "Ingresar", "Cancelar");
			}
		}
		else
		{
		    Kick(playerid);
		}
    }
Reply


Messages In This Thread
[Pedido] - by Martin100200300 - 16.02.2017, 11:50
Respuesta: [Pedido] - by Eloy - 16.02.2017, 15:26
Respuesta: [Pedido] - by Martin100200300 - 16.02.2017, 19:39
Re: [Pedido] - by yutaruta - 18.02.2017, 08:12
Respuesta: [Pedido] - by Martin100200300 - 18.02.2017, 09:42
Re: Respuesta: [Pedido] - by yutaruta - 19.02.2017, 23:08

Forum Jump:


Users browsing this thread: 3 Guest(s)