27.09.2015, 00:34
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.
ї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",""); }