[Ajuda] erro
#1

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)
Reply
#2

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...
Reply
#3

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)
Reply
#4

Pode ser que o codigo nao esteja identado, verifique se esta identado corretamente
Reply
#5

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
Reply
#6

Eu Acho q o erro ta nesses parenteses
Reply
#7

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;
}
Reply
#8

vlw mano
Reply
#9

O problema foi que existia muitas caracters em uma sу linha, o que o Pain fez foi corrigir isso.
Reply
#10

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)

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)