[AYUDA] Con dialogs..
#2

Al final de la callback OnPlayerCommandText Encontrarбs un return
Eso lo modificas...

Seria algo asi:
pawn Код:
#define Incorrecto 9999

public OnPlayerCommandText(playerid, cmdtext[])
{
// Comandos que tengas...

return ShowPlayerDialog(playerid, Incorrecto, DIALOG_STYLE_MSGBOX, "Comando Incorrecto", "їQuieres ver los comandos disponibles?", "Aceptar", "Cancelar");
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if (dialogid == Incorrecto)
    {
        if (response)
        {
            // Funciones al Aceptar el Dialogo
        }
    }
    return 1;
}
Saludos.
Att: Wesk3R
Reply


Messages In This Thread
[AYUDA] Con dialogs.. - by mamc_crazy - 16.08.2010, 04:22
Re: [AYUDA] Con dialogs.. - by Wesk3R - 16.08.2010, 04:49
Re: [AYUDA] Con dialogs.. - by CristianTdj - 16.08.2010, 10:20
Respuesta: [AYUDA] Con dialogs.. - by DarkChildren - 16.08.2010, 21:02
Re: [AYUDA] Con dialogs.. - by mamc_crazy - 16.08.2010, 21:39
Re: [AYUDA] Con dialogs.. - by TheChaoz - 16.08.2010, 21:54
Re: [AYUDA] Con dialogs.. - by mamc_crazy - 16.08.2010, 22:11
Re: [AYUDA] Con dialogs.. - by mamc_crazy - 16.08.2010, 22:24
Re: [AYUDA] Con dialogs.. - by TheChaoz - 16.08.2010, 22:27
Re: [AYUDA] Con dialogs.. - by mamc_crazy - 16.08.2010, 22:36

Forum Jump:


Users browsing this thread: 2 Guest(s)