erro -
social - 29.05.2016
alguйm pode me ajuda nesse erro jб quebrei a cabeзa e nгo achei a formar de ageita ele
C:\Users\Gabriel\Videos\GAMEMODE_GB\gamemodes\Gang sBrasil.pwn(33210) : error 075: input line too long (after substitutions)
C:\Users\Gabriel\Videos\GAMEMODE_GB\gamemodes\Gang sBrasil.pwn(33212) : error 075: input line too long (after substitutions)
Re: erro -
focaximubh - 29.05.2016
Primeiro poste as linhas 33210 e 33212 pois nгo temos bola de cristal e outro provavelmente isso estб vindo de alguma dialog que voce estб utilizando termos imensos nela...
Re: erro -
social - 29.05.2016
33210:if(strcmp(cmd, "/plantao", true) == 0)
33212: if (IsPlayerInRangeOfPoint(playerid, 7.0, -389.3738, 1474.6797, 79.786
|| IsPlayerInRangeOfPoint(playerid, 7.0, -332.4751, 1542.2955, 86.3933) || IsPlayerInRangeOfPoint(playerid, 7.0, -307.5362, 1420.1401, 83.6466) || IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
)
Re: erro -
moura98 - 29.05.2016
Pode ser que o codigo nao esteja identado, verifique se esta identado corretamente
Re: erro -
social - 29.05.2016
if(strcmp(cmd, "/plantao", true) == 0)
{ //CDA 1 //CDA 2 //CDA 3 //CDA 4 //NH 1 //NH 2 //NH 3 //NH 4
if (IsPlayerInRangeOfPoint(playerid, 7.0, -389.3738, 1474.6797, 79.786
|| IsPlayerInRangeOfPoint(playerid, 7.0, -332.4751, 1542.2955, 86.3933) || IsPlayerInRangeOfPoint(playerid, 7.0, -307.5362, 1420.1401, 83.6466) || IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843
)
{
if(Player[playerid][pFogueteiro] == 1)
{
SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк deve ficar na бrea por 90 segundos para poder terminar seu plantao");
SetTimerEx("funcaoplantao", 1000, 0,"e",playerid);
}
else { SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк nгo й um Fogueteiro"); }
}
else { SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк nгo йstб no checkpoint do plantгo"); }
}
eu acho que ta de boa o cуdigo
Re: erro -
moura98 - 29.05.2016
Eu Acho q o erro ta nesses parenteses
Re: erro -
PainNagato - 29.05.2016
pawn Код:
if(strcmp(cmd, "/plantao", true) == 0)
{
if (IsPlayerInRangeOfPoint(playerid, 7.0, -389.3738, 1474.6797, 79.786)
|| IsPlayerInRangeOfPoint(playerid, 7.0, -332.4751, 1542.2955, 86.3933)
|| IsPlayerInRangeOfPoint(playerid, 7.0, -307.5362, 1420.1401, 83.6466)
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843)
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843)
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843)
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843)
|| IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843))
{
if(Player[playerid][pFogueteiro] == 1)
{
SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк deve ficar na бrea por 90 segundos para poder terminar seu plantao");
SetTimerEx("funcaoplantao", 1000, 0,"e",playerid);
}
else SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк nгo й um Fogueteiro");
return 1;
}
else SendClientMessage(playerid, COR_LIGHTBLUE,"Vocк nгo йstб no checkpoint do plantгo");
return 1;
}
Re: erro -
social - 29.05.2016
vlw mano
Re: erro -
iTzMatheus - 29.05.2016
O problema foi que existia muitas caracters em uma sу linha, o que o Pain fez foi corrigir isso.
Re: erro -
F1N4L - 29.05.2016
O problema, em muitos casos, й que as pessoas pesquisam um erro na internet ou simplesmente postam o erro no fуrum sem ao menos saber o que o erro quer dizer, por isso traduzam antes de qualquer coisa:
Quote:
linha de entrada muito longo (depois das substituiзхes)
|