16.08.2012, 00:36
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == iddelmenu)
{
if(response)
{
//ACA EL CONTENIDO DEL COMANDO....
}
}
return 1;
}
EDIT:
me faltaba esto :P xD
coloca ShowPlayerDialog en el call ke kieres ke aparecezca el menu, dentro de la funcion del menu del registro coloca el ShowPlayerDialog ke corresponde al ShowPlayerDialog del login.
pawn Код:
ShowPlayerDialog(playerid, iddelmenu, DIALOG_STYLE_INPUT, "Login", "Texto aqui:", "Login", "Cancel");