No aparece el Dialog
#1

Buenas, estaba haciendo el registro de mi servidor, pero resulta que cuando quiero hacer aparecer el dialog de registro, no me aparece el dialog que te pide que ingreses la edad.
їAlguna ayuda por favor? Desde ya muchas gracias.
Код:
case DIALOG_REGISTRAR:
		{
		    if(response == 1)
		    {
		        if(!AccountExists(playerid))
		        {
					format(Info[playerid][pPass],24,"%s",inputtext);
					ShowPlayerDialog(playerid, DIALOG_SEXO, DIALOG_STYLE_LIST, "Selecciona el genero de tu personaje", "Hombre\nMujer","Aceptar","");
				}
			}
		}
		case DIALOG_SEXO:
		{
			Info[playerid][pSexo] = listitem+1;
			ShowPlayerDialog(playerid,DIALOG_EDAD,DIALOG_STYLE_INPUT,"Introduce la edad que tendrб tu personaje","","Aceptar","");
   		}
Reply
#2

Su cuerpo estб vacнo, por eso no aparece nada.

"Introduce la edad que tendrб tu personaje","ACA FALTA, ESTE ES EL CUERPO"
Reply
#3

Cambia:

Quote:

ShowPlayerDialog(playerid,DIALOG_EDAD,DIALOG_STYLE _INPUT,"Introduce la edad que tendrб tu personaje","","Aceptar","");

Por:

Quote:

ShowPlayerDialog(playerid,DIALOG_EDAD,DIALOG_STYLE _INPUT,"Edad","Introduce la edad que tendrб tu personaje","Aceptar","");

Estб muy largo el tнtulo...
Reply
#4

Era por que faltaba el cuerpo, muchas gracias a ambos.
Reply
#5

Ya an respondido perdon.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)