[Ajuda] Sistema relato ou /re
#5

Quote:
Originally Posted by MatriXBorn
Посмотреть сообщение
Topo GM
PHP код:
#define relatoMB 
Em OnPlayerCommandText

PHP код:
if(strcmp(cmd"/relato"true) == 0)
{
ShowPlayerDialog(playeridrelatoMBDIALOG_STYLE_INPUT"Sistema de Relatorio by MatriXBorn""Vocк abriu o Sistema de Relatorio em Dialog do MatriXBorn""Enviar""Cancelar");
return 
1;

Em OnDialogResponse:
PHP код:
    new string[128];
    new 
result[128];
    new 
sendername[MAX_PLAYER_NAME];
        if(
dialogid == relatoMB)
        {
 
SendClientMessage(playeridCOLOR_YELLOW"Sistema de relatorio Feiot por MatriXBorn Relato funfando); 
 format(string, sizeof(string), "
sistema relato MatriXBorn [Relato] %s(%drelatou: %s", sendername,playeri(result)); 
 ABroadCast(-1,string,1); 
format(string, sizeof(string), "
Sistema de relato MatriXBorn [Relato] %s(%drelatou: %s", sendername,playerid,(result)); 
SendClientMessage(playerid,-1, string); 
}
return 1;

Ta ae fei por min MSM
Nao Seria:
pawn Код:
#define relatoMB 111
ou qualque outro id...
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)