Ajuda no Dialog
#5

PHP Code:
if(strcmp(cmd"/teste"true) == || strcmp(cmd"/teste1"true) == 0)
    {
        new 
DialogOrg[1500];
        if(
IsPlayerConnected(playerid))
        {
                
format(string128"TITULO DAS ORGS \n\n");
                
strcat(DialogOrg,string);
                
format(string128"1 - NOME DA ORG 1: %s \n"InfoOrg[1][Lider]);
                
strcat(DialogOrg,string);
                
format(string128"2 - NOME DA ORG 2: %s \n\n"InfoOrg[2][Lider]);
                
strcat(DialogOrg,string);
                
format(string128"TITULO DAS ORGS");
                
strcat(DialogOrg,string);
                
format(string128"3 - NOME DA ORG 1: %s \n"InfoOrg[3][Lider]);
                
strcat(DialogOrg,string);
                
                
ShowPlayerDialog(playerid7000DIALOG_STYLE_MSGBOX"ORGS"DialogOrg"Ok""Ok");
            }
        return 
true;
    } 
Reply


Messages In This Thread
Ajuda no Dialog - by israelStaff - 20.03.2019, 15:20
Re: Ajuda no Dialog - by BrasileiroTop - 20.03.2019, 15:55
Re: Ajuda no Dialog - by israelStaff - 20.03.2019, 16:08
Re: Ajuda no Dialog - by ipsLuan - 20.03.2019, 16:08
Re: Ajuda no Dialog - by Malinowski - 20.03.2019, 16:09
Re: Ajuda no Dialog - by israelStaff - 20.03.2019, 16:12
Re: Ajuda no Dialog - by LeViNS - 20.03.2019, 16:46
Re: Ajuda no Dialog - by israelStaff - 20.03.2019, 17:03
Re: Ajuda no Dialog - by RenanMsV - 20.03.2019, 18:10

Forum Jump:


Users browsing this thread: 2 Guest(s)