[Ajuda] Sistema relato ou /re
#2

No Comando:
pawn Код:
ShowPlayerDialog(playerid,DIALOG_RELATORIO,DIALOG_STYLE_INPUT,"Relatorio","Digite a sua Mensagem para os Administradores Onlines","Enviar","Cancelar");
No OnDialogResponse:
pawn Код:
if(dialogid == DIALOG_RELATORIO)
    {
    new nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid,nome,24);
    format(string, sizeof(string), "[Relato] %s(%d) relatou: %s", nome,playerid, inputtext);
    ABroadCast(COLOR_KICKBAN,string,1);
    format(string, sizeof(string), "[Relato] %s(%d) relatou: %s", nome,playerid,inputtext);
    SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Sistema relato ou /re - by vitorpedro - 09.10.2011, 20:22
Re: [Ajuda] Sistema relato ou /re - by Dolby - 09.10.2011, 20:29
Re: [Ajuda] Sistema relato ou /re - by [O.z]Caroline - 09.10.2011, 20:43
Re: [Ajuda] Sistema relato ou /re - by MatriXBorn - 09.10.2011, 20:51
Re: [Ajuda] Sistema relato ou /re - by Dolby - 09.10.2011, 20:56
Re: [Ajuda] Sistema relato ou /re - by MatriXBorn - 09.10.2011, 20:59
Re: [Ajuda] Sistema relato ou /re - by vitorpedro - 09.10.2011, 21:02
Re: [Ajuda] Sistema relato ou /re - by MatriXBorn - 09.10.2011, 21:03
Re: [Ajuda] Sistema relato ou /re - by vitorpedro - 09.10.2011, 21:08
Re: [Ajuda] Sistema relato ou /re - by Dolby - 09.10.2011, 21:11

Forum Jump:


Users browsing this thread: 2 Guest(s)