[Ayuda] Por Que no funciona esto...
#5

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == 16)
    {
        ShowPlayerDialog(playerid,888,DIALOG_STYLE_MSGBOX,"Titulo","Mensaje","Aceptar","Cerrar");
    }
    return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 888)
    {
        if(response)
        {
            return 1;
        }
    }
    return 1;
}
Si quieres checar la key usa &, de lo contrario ==
Reply


Messages In This Thread
[Ayuda] Por Que no funciona esto... - by OTACON - 05.03.2012, 14:16
Respuesta: [Ayuda] Por Que no funciona esto... - by The_Scripter_Zero - 05.03.2012, 14:44
Respuesta: [Ayuda] Por Que no funciona esto... - by OTACON - 05.03.2012, 15:07
Re: [Ayuda] Por Que no funciona esto... - by The_Scripter_Zero - 05.03.2012, 16:07
Respuesta: [Ayuda] Por Que no funciona esto... - by Lunnatiicz - 05.03.2012, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)