[Ajuda] /orgs com texbox
#9

FILHO DO DIABO EU TE DEI O TREKO PRONTO E VC NEM PRA OLHAR NO ******?

Loose Identation = Desorganizaзгo de quem faz.
Igual esse que eu postei pra vocк :@

pawn Код:
if(strcmp(cmd, "/orgs", true) == 0)
{

    new DialogIlde[2000];
    if(IsPlayerConnected(playerid))
    {
       

        SendClientMessage(playerid, VERDE2, "|__________________________ Orgs __________________________|");
        format(string, 128, " 1 - Policia Militar LS: %s\n", InfoOrg[1][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 2 - Rotam: %s\n", InfoOrg[2][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 3 - Forзas Armadas: %s\n", InfoOrg[3][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 4 - Mйdicos LS: %s\n", InfoOrg[4][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 5 - Aztecas LS: %s\n", InfoOrg[5][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 6 - Guerrilheiros Israelitas: %s\n", InfoOrg[6][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 7 - Prefeito LS: %s\n", InfoOrg[7][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 8 - Hitmans: %s\n", InfoOrg[8][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 9 - Los Santos News: %s\n", InfoOrg[9][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 10 - Taxista: %s\n", InfoOrg[10][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 11 - Policia Federal: %s\n", InfoOrg[11][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 12 - Mбfia Cosa Nostra: %s\n", InfoOrg[12][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 13 - Mбfia Yakuza: %s\n", InfoOrg[13][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 14 - Groove LS: %s\n", InfoOrg[14][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 15 - F.A.R.C: %s\n", InfoOrg[15][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 16 - Policia Civil: %s\n", InfoOrg[16][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 17 - Ballas LS: %s\n", InfoOrg[17][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 18 - Vagos LS: %s\n", InfoOrg[18][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 19 - Comando Vermelho LS: %s\n", InfoOrg[19][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 20 - Sons of Anarchy: %s\n", InfoOrg[20][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 21 - Drifters: %s\n", InfoOrg[21][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 22 - Triads: %s\n", InfoOrg[22][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 23 - PCC LS: %s\n", InfoOrg[23][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 24 - Groove SF: %s\n", InfoOrg[24][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 25 - Vagos SF: %s\n", InfoOrg[25][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 26 - PCC SF: %s\n", InfoOrg[26][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 27 - Mйdicos SF: %s\n", InfoOrg[27][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 28 - Comando Vermelho SF: %s\n", InfoOrg[28][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 29 - Ballas SF: %s\n", InfoOrg[29][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 30 - Prefeito SF: %s\n", InfoOrg[30][Lider]);
        SendClientMessage(playerid, COR_PRE, string);
        format(string, 128, " 31 - Aztecas SF: %s\n", InfoOrg[31][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 32 - San Fierro News: %s\n", InfoOrg[32][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 33 - Taxista SF: %s\n", InfoOrg[33][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 34 - Policia Militar SF: %s\n", InfoOrg[34][Lider]);
        strcat(DialogIlde,string);
        format(string, 128, " 35 - Rotam SF: %s\n", InfoOrg[35][Lider]);
        strcat(DialogIlde,string);
        ShowPlayerDialog(playerid, 8723, DIALOG_STYLE_MSGBOX, "{FF033D}Lista de Lнderes das Organizaзхes", DialogIlde, "Ok", "");
    }
    return true;
}
Reply


Messages In This Thread
/orgs com texbox - by MoitaGreen - 10.06.2013, 00:40
Re: /orgs com texbox - by MonFiTy - 10.06.2013, 00:49
Re: /orgs com texbox - by MoitaGreen - 10.06.2013, 00:55
Re: /orgs com texbox - by focaximubh - 10.06.2013, 01:20
Re: /orgs com texbox - by MoitaGreen - 10.06.2013, 01:23
Re: /orgs com texbox - by PT - 10.06.2013, 01:23
Re: /orgs com texbox - by MoitaGreen - 10.06.2013, 01:25
Re: /orgs com texbox - by MoitaGreen - 10.06.2013, 01:28
Re: /orgs com texbox - by focaximubh - 10.06.2013, 01:28
Re: /orgs com texbox - by Blix - 10.06.2013, 01:37

Forum Jump:


Users browsing this thread: 1 Guest(s)