[Ajuda] /ajuda
#4

pawn Код:
static const DialogAjuda[9][128] = {  // No topo do GM
{"|Brasil Elite|: Para falar com um administrador use /relato (/senha). Para saber as novidades, /novidades."},
{"GERAL: /equipe /rg /admins /gps /pegaremprego /atualizar /skin /desempregar /emp /profs"},
{"GERAL: /pagar /horas /comprar /desalugarcarro /comprararma /trancar /habilidade /licenзas /lotto"},
{"GERAL: /aceitar /ejetar /usardrogas /contrato /abastecer /desabilitar  /dar"},
{"/GERAL: divorcio /servico /pararanimacao /mostrarlicencas /beber /musica /propor /lideres /batercarteira"},
{"CHAT: (/g)ritar (/an)uncio (/f)amilia /eu /b "},
{"DINHEIRO: /balanco /sacar /depositar /saldo /transferir /trocardinheiro "},
{"OUTROS: /ajudacelular /ajudacasa /ajudaaluguel /ajudaempresa /ajudalider /ajudacarro /ajudapesca /ajudacomida /ajudairc"},
{"OUTROS: /tunar /vendar /campanhia /casar /padrinho /cinto /tirarcinto"}
};

if(strcmp(cmd, "/ajuda", true) == 0) // Dentro de OnPlayerCommandText
{
    new VBstring[sizeof(DialogAjuda)*128];

    for(new i =0; i <sizeof(DialogAjuda); i ++)
        format(VBstring,sizeof(VBstring),"%s\n - %s",VBstring,DialogAjuda[i]);
       
    ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "Ajuda", VBstring, "Fechar", "");
    return 1;
}
Reply


Messages In This Thread
[Ajuda] /ajuda - by ' Bigode - 09.10.2011, 13:41
Re: [Duvida] /ajuda - by Dolby - 09.10.2011, 13:45
Re: [Duvida] /ajuda - by ' Bigode - 09.10.2011, 13:46
Re: [Duvida] /ajuda - by ViniBorn - 09.10.2011, 13:59
Re: [Duvida] /ajuda - by ' Bigode - 09.10.2011, 14:13
Re: [Duvida] /ajuda - by ViniBorn - 09.10.2011, 14:14
Re: [Duvida] /ajuda - by ' Bigode - 09.10.2011, 14:33
Re: [Duvida] /ajuda - by ViniBorn - 09.10.2011, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)