[PED]Dialog ex
#1

eae galera, alguem pode postar um dialog com funзгo de anuncio? (nao to copiando o bpf )
vlw e flw
Reply
#2

como nгo jogo em RP nгo sei como funciona o do Bpf mais fiz um aqui que vocк pode editar e deixar do geito que desejar.


Onde vs de sejar !
pawn Код:
ShowPlayerDialog(playerid, 52826, DIALOG_STYLE_INPUT, "Anuncio", "Texto ?", "Anunciar", "Sair");

Em Ondialogresponse
pawn Код:
if(dialogid == 52826)
{
        new name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, sizeof(name));
        if(!response) return 0;
        new Anuncio[128];
        format(Anuncio, sizeof(Anuncio), "%s Anunciou: %s",name, inputtext);
        SendClientMessageToAll(0xFFFFFFFF, Anuncio);
        return 1;
}
Reply
#3

opa, valeu amigo hehehehe
Reply
#4

mas pode me passar o cmd do /an no normal nao da ee u num sei cria
Reply
#5

rsrs,

pawn Код:
if (strcmp("/an", cmdtext, true, 10) == 0 || strcmp("/anunciar", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, 52826, DIALOG_STYLE_INPUT, "Anuncio", "Texto ?", "Anunciar", "Sair");
}
Reply
#6

thanks vc e m to bom em pawn
Reply
#7

To aqui pra ajudar Uai.
Reply
#8

ixi o cmd nao pega e ta dando esse warning
pawn Код:
C:\Users\B\Documents\Meus arquivos recebidos\bpm.pwn(2385) : warning 219: local variable "Anuncio" shadows a variable at a preceding level
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)