[Pedido] passar dialog para texto
#1

eu tentei passar essa dialog para texto,
Код:
        new RulesBox[2000];
        if(targetid == playerid)
		{}
		else
		{}
        format(RulesBox, sizeof(RulesBox),"%s\n%s\n",RulesBox,name);
		format(RulesBox, sizeof(RulesBox), "%s\nNivel:[%d] Sexo:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d] Crйditos:[%d]\n",RulesBox, level,atext,shealth+50, cash, Conta, pnumber,creditos);
		format(RulesBox, sizeof(RulesBox), "%s\nConta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s] Socio:[%s]\n",RulesBox, drank,married,ptime,jtext,thsocio);
		format(RulesBox, sizeof(RulesBox), "%s\nPeixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]\n",RulesBox, fishes,bigfish,crimes,kills,deaths );
		format(RulesBox, sizeof(RulesBox), "%s\nPrуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s]\n",RulesBox,costlevel,exp,expquantidade,dtext);
		format(RulesBox, sizeof(RulesBox), "%s\nMateriais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s] Nнvel Helper:[%d]\n",RulesBox,materiaisBNE,smats,NomeORG(targetid),thcargo, PlayerInfo[playerid][pHelper]);
		format(RulesBox, sizeof(RulesBox), "%s\nMaconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]\n",RulesBox,Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
		format(RulesBox, sizeof(RulesBox), "%s\nChave De Casa [%d] Chave Da Empresa [%d] Chave Do Carro(Aluguel) [%d] Interior:[%d] Local:[%d]\n",RulesBox, Housekey,bizkey,HireCar[targetid],intir,local);
		format(RulesBox, sizeof(RulesBox), "%s\nVeiculo 1[%d] Veiculo 2[%d]\n",RulesBox);
        ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_MSGBOX, "Documentos", RulesBox, "Fechar", "");
	}
}
mais na hora que eu compilei e testei estava todo bugado alguem corrige pra min?

queria passar o de cima para texto igual o de baixo

Код:
		{
			SendClientMessage(playerid, COLOR_WHITE, "|______________ Seus Documentos ______________|");
		}
		else
		{
			format(gstring, sizeof(gstring),"|______________ Documentos de %s ______________|",name);
			SendClientMessage(playerid, COLOR_WHITE,gstring);
		}
		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, AN_COLOR,gstring);
		format(gstring, sizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]", drank,married,ptime,jtext);
		SendClientMessage(playerid, AN_COLOR,gstring);
		format(gstring, sizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]", fishes,bigfish,crimes,kills,deaths );
		SendClientMessage(playerid, AN_COLOR,gstring);
		format(gstring, sizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] ",costlevel,exp,expquantidade,dtext);
		SendClientMessage(playerid, AN_COLOR,gstring);
		format(gstring, sizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]",mats,smats,NomeORG(targetid),rtext);
		SendClientMessage(playerid, AN_COLOR,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, AN_COLOR,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, AN_COLOR,gstring);
		format(gstring, sizeof(gstring), "Veiculo 1[%d] Veiculo 2[%d] Veiculo 3[%d]", ChaveCarro, ChaveCarro2, ChaveCarro3);
		SendClientMessage(playerid, AN_COLOR,gstring);
	}
}
Reply
#2

Qual foi o bug?
Reply
#3

Mano, sйrio, segue o modelo que vc mesmo postou q vc consegue...
Ta vendo que na dialog й [pawn]format(RulesBox, sizeof(Rulesbox)[pawn] e no exemplo que vc postou й do mesmo jeito vc vai sу ter q mudar o nome da variavel...
Reply
#4

ah tudo buga ja mudei de tudo parece que estб no lugar errado a variavel para identificar, serб isso ?
Reply
#5

Qual й o bug cara? tem um print?
Reply
#6

vey fica tudo fora do lugar mostra coisa errada
Reply
#7

Up
Malz Spam
Reply
#8

Qual foi o bug??
do mesmoTente
pawn Код:
format(RulesBox, sizeof(RulesBox),"Nome:%s",name);
SendClientMessage( playerid , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "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 , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s] Socio:[%s]" drank,married,ptime,jtext,thsocio);
SendClientMessage( playerid , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]" fishes,bigfish,crimes,kills,deaths );
SendClientMessage( playerid , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s] Nнvel Helper:[%d]"materiaisBNE,smats,NomeORG(targetid),thcargo, PlayerInfo[playerid][pHelper]);
SendClientMessage( playerid , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]"Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
format(RulesBox, sizeof(RulesBox), "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 , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "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 , -1, RulesBox);
format(RulesBox, sizeof(RulesBox), "Veiculo 1[%d] Veiculo 2[%d]",ChaveCarro, ChaveCarro3);
SendClientMessage( playerid , -1, RulesBox);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)