[AJUDA] Keypad em dialog pra abrir com senha
#2

pawn Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (PRESSED(KEY_SPRINT))
    {
        ShowPlayerDialog(...123,...);
    }
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 123)
    {
        if(response == 0)
        {
            ..."vocк nгo digitou nada"
            return 1;
        }
        if(response >= 1)
        {
            if(strval(inputtext) == 12345) ? SendClientMessage(playerid, 0xFFFFFFAA, "Vocк dgitou a senha 12345.") : SendClientMessage(playerid, 0xFFFFFFAA, "Vocк digitou a senha errada.");
            return 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Keypad em dialog pra abrir com senha - by GuikBretas - 29.05.2011, 01:27
Re: [AJUDA] Keypad em dialog pra abrir com senha - by Ricop522 - 29.05.2011, 01:43
Re: [AJUDA] Keypad em dialog pra abrir com senha - by TheGarfield - 29.05.2011, 01:49
Re: [AJUDA] Keypad em dialog pra abrir com senha - by GuikBretas - 29.05.2011, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)