error 075: input line too long (after substitutions) -
Vinicius_TroLL - 07.12.2012
pawn Код:
47046 : error 075: input line too long (after substitutions)
Linha
Parte do code
pawn Код:
if (InAFoodPlace[playerid] != 0)
{
if(PlayerToPoint(1.5,playerid,368.9714,-6.2486,1001.8516))
{
ShowPlayerDialog(playerid, 28, DIALOG_STYLE_LIST, "Cluckin' Bell", "Coraзгo no Espeto R$2\nCarne de Vaca R$4\nCarne de Jacarй R$5\nCarne de Frango R$3\nAgua R$1\nSuco R$1", "Selecionar", "Cancelar");
SetPlayerPos(playerid,368.9714,-6.2486,1001.8516);
SetPlayerFacingAngle(playerid, 357.0132);
}
if(PlayerToPoint(1.5,playerid,376.8571,-67.6620,1001.5151) || PlayerToPoint(1.5,playerid,683.9015,-456.7076,-25.6099))
{
ShowPlayerDialog(playerid, 29, DIALOG_STYLE_LIST, "Burger Shot", "X-Baycon R$2\nX-Tudo R$4\nX-Especial R$5\nX-Frango R$3\nAgua R$1\nSuco R$1", "Selecionar", "Cancelar");
SetPlayerPos(playerid,376.8571,-67.6620,1001.5151);
SetPlayerFacingAngle(playerid, 357.0132);
}
if(PlayerToPoint(1.5,playerid,375.6895,-118.9683,1001.4995))
{
ShowPlayerDialog(playerid, 30, DIALOG_STYLE_LIST, "Well Stacked Pizza", "Presunto e Mussarela - Pequena R$2\nPresunto e Mussarela - Grande R$4\nFrango e Azeitona R$5\nBacon e Chocolate R$3\nAgua R$1\nSuco R$1", "Selecionar", "Cancelar");
SetPlayerPos(playerid,375.6895,-118.9683,1001.4995);
SetPlayerFacingAngle(playerid, 357.0132);
}
if(PlayerToPoint(1.5,playerid,379.0611,-186.6032,1000.6328))
{
ShowPlayerDialog(playerid, 31, DIALOG_STYLE_LIST, "Jim's sticky ring", "Rosquinha Pequena R$2\nRosquinha Normal R$4\nRosquinha de Chefe R$5\nSuper Rosquinha R$4\nAgua R$1\nSuco R$1", "Selecionar", "Cancelar");
SetPlayerPos(playerid,379.0611,-186.6032,1000.6328);
SetPlayerFacingAngle(playerid, 280);
}
SetCameraBehindPlayer(playerid);
}
Re: error 075: input line too long (after substitutions) -
TugaBR - 07.12.2012
Conserta a linha aк e edita o post. Ou й sу "}" memo?
Re: error 075: input line too long (after substitutions) -
AmericanStyle'™ - 07.12.2012
A linha esta muito grande !!
Abraзos !
Re: error 075: input line too long (after substitutions) -
Vinicius_TroLL - 07.12.2012
Quote:
Originally Posted by TugaBR
Conserta a linha aк e edita o post. Ou й sу "}" memo?
|
Й sу }
Quote:
Originally Posted by AmericanStyle'™
A linha esta muito grande !!
Abraзos !
|
Como assim a linha estб mto grande ?
Re: error 075: input line too long (after substitutions) -
TugaBR - 07.12.2012
Quote:
Originally Posted by Vinicius_TroLL
Como assim a linha estб mto grande ?
|
A melhor soluзгo й deletar itens da mesma, ou utilizar strcat
Ela tб muito grande nesse sentido aqui ------------>
Respuesta: error 075: input line too long (after substitutions) -
kratty - 07.12.2012
Reveja as linhas da Dialog, use strcat nas dialogs que tem mais caracteres, e assim vai tentando atй concertar o erro.