[Ajuda] O Que tem de errado?
#1

pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "|______________ {FF7800}Seus Documentos{FFFFFF} ______________|");
        }
        else
        {
            format(gstring, sizeof(gstring),"|______________ {FF7800}Documentos de %s{FFFFFF} ______________|",name);
            SendClientMessage(playerid, COLOR_WHITE,gstring);
        }
        new str[256];
        format(gstring, sizeof(gstring), "Nivel:[%d] Sexo:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d] Crйditos:[%d]", level,atext,shealth+50, cash, Conta, pnumber,creditos);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]", drank,married,ptime,jtext);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]", fishes,bigfish,crimes,kills,deaths );
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] ",costlevel,exp,expquantidade,dtext);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]",mats,smats,NomeORG(targetid),rtext);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Chave De Casa [%d] Chave Da Empresa [%d] Chave Do Carro(Aluguel) [%d] Interior:[%d] Local:[%d]", Housekey,bizkey,HireCar[targetid],intir,local);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        format(gstring, sizeof(gstring), "Carro Vip 1[%d] Carro Vip 2[%d] Nivel de Procura:[%d]", ChaveCarro, ChaveCarro2, wanted);
        SendClientMessage(playerid, 0x00F0F0AA,gstring);
        ShowPlayerDialog(playerid, DialogBoxEx, DIALOG_STYLE_MSGBOX, "Cabeзalho", str, "Ok", "Cancelar");
    }
}
Reply
#2

qual й o erro?
Reply
#3

pawn Код:
if (strcmp(cmd, "/rg", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (gPlayerLogged[playerid] != 0)
            {
                ShowStats(playerid,playerid);
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб logado !");
            }
        }
        return 1;
    }
Reply
#4

qual o erro? a mensagem de erro que da, isso que eu quero saber
Reply
#5

Quando eu digito o comando ele nгo fica em dialog...
Reply
#6

posta sua public ShowStats
Reply
#7

Vocк nгo formatou a str.
Reply
#8

PHP код:
    new str[1000];
    
format(gstringsizeof(gstring), "Nivel:[%d] Sexo:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d] Crйditos:[%d]"level,atext,shealth+50cashContapnumber,creditos);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]"drank,married,ptime,jtext);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]"fishes,bigfish,crimes,kills,deaths );
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] ",costlevel,exp,expquantidade,dtext);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]",mats,smats,NomeORG(targetid),rtext);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Chave De Casa [%d] Chave Da Empresa [%d] Chave Do Carro(Aluguel) [%d] Interior:[%d] Local:[%d]"Housekey,bizkey,HireCar[targetid],intir,local);
    
strcat(strgstring);
    
format(gstringsizeof(gstring), "Carro Vip 1[%d] Carro Vip 2[%d] Nivel de Procura:[%d]"ChaveCarroChaveCarro2wanted);
    
strcat(strgstring);
    
ShowPlayerDialog(playeridDialogBoxExDIALOG_STYLE_MSGBOX"Cabeзalho"str"Fechar"""); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)