[Ajuda] Comandos.
#9

ve se й isso:

pawn Код:
#include <DOF2>

#define senha_do_comando "123" // COLOCAR A SENHA (CMD COM SENHA)
#define dialog_comando   5555

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/irbgh", true))
    {
        if(!IsPlayerInRangeOfPoint(playerid, 7.0, 1305.4000244141, -800.79998779297, 83.800003051758)
        || !IsPlayerInRangeOfPoint(playerid, 7.0, 1245.9000244141, -764.5, 92)
        || !IsPlayerInRangeOfPoint(playerid, 7.0, 1279.4000244141, -800.5, 88)
        || !IsPlayerInRangeOfPoint(playerid, 7.0, 1252.3994140625, -811.599609375, 83.800003051758)
        || !IsPlayerInRangeOfPoint(playerid, 7.0, 1240, -812.29998779297, 89))
            return SendClientMessage(playerid, -1, "{FF0000}[--ERRO--]:Vocк Nгo Esta na Madd Dogg");
        return ShowPlayerDialog(playerid, dialog_comando, DIALOG_STYLE_PASSWORD, "Este comando necessita de senha", "{FF0000}Digite a senha do comando:", "Ok", "Sair");
    }
    return false;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case dialog_comando:
        {
            if(response)
            {
                if(strlen(inputtext) < 1)
                    return ShowPlayerDialog(playerid, dialog_comando, DIALOG_STYLE_PASSWORD, "Este comando necessita de senha", "{FF0000}Digite a senha do comando:", "Ok", "Sair");
                if(!strcmp(inputtext, senha_do_comando, true))
                {
                    SendClientMessage(playerid, -1, "{00FF00}Senha Correta, Vocк jб pode usar o comando!");
                    SendClientMessage(playerid,COR_LARANJA, "[Madd Dogg v.5.2]: {AAAAAA} Escolha Uma {0000FF} Opзгo.");
                    GameTextForPlayer(playerid,"~h~~b~~<~Escolha Uma Opcao!", 3000, 1);
                    ShowMenuForPlayer(MaddDogg,playerid);
                    TogglePlayerControllable(playerid, 0);
                }
                else
                {
                    SendClientMessage(playerid, -1, "{FF0000}Senha Incorreta, Tente Novamente!");
                    return ShowPlayerDialog(playerid, dialog_comando, DIALOG_STYLE_PASSWORD, "Este comando necessita de senha", "{FF0000}Digite a senha do comando:", "Ok", "Sair");
                }
            }
        }
    }
    return true;
}
Reply


Messages In This Thread
Comandos. - by GHLEMES - 03.05.2014, 21:06
Re: Comandos. - by ForT - 03.05.2014, 21:08
Re: Comandos. - by Input - 03.05.2014, 22:16
Re: Comandos. - by GHLEMES - 03.05.2014, 22:52
Re: Comandos. - by PT - 03.05.2014, 23:36
Re: Comandos. - by GHLEMES - 03.05.2014, 23:50
Re: Comandos. - by Input - 03.05.2014, 23:55
Re: Comandos. - by GHLEMES - 04.05.2014, 00:02
Re: Comandos. - by PT - 04.05.2014, 01:08
Re: Comandos. - by GHLEMES - 04.05.2014, 01:16

Forum Jump:


Users browsing this thread: 6 Guest(s)