07.05.2018, 13:19
I recently tried to use the include "Nex-Ac" I downloaded the include and the .lang (translation, thanks to have) correct, I edited the line that marks the name of .lang, however it gives this error in ALL lines of .lang, the error appears both when compiling gm with #include, and both in the INC.
The .lang below:
I've searched through almost every topic that contains this error, I've already downloaded the Zeex compiler.
Код HTML:
(0) : error 075: input line too long (after substitutions) (2) : error 075: input line too long (after substitutions) (3) : error 075: input line too long (after substitutions) (4) : error 075: input line too long (after substitutions) (5) : error 075: input line too long (after substitutions (6) : error 075: input line too long (after substitutions) (7) : error 075: input line too long (after substitutions) (8) : error 075: input line too long (after substitutions) (9) : error 075: input line too long (after substitutions) (10) : error 075: input line too long (after substitutions) (11) : error 075: input line too long (after substitutions) (12) : error 075: input line too long (after substitutions) (13) : error 075: input line too long (after substitutions) (14) : error 075: input line too long (after substitutions) (15) : error 075: input line too long (after substitutions) (16) : error 075: input line too long (after substitutions) (17) : error 075: input line too long (after substitutions) (18) : error 075: input line too long (after substitutions) (19) : error 075: input line too long (after substitutions) (20) : error 075: input line too long (after substitutions) (21) : error 075: input line too long (after substitutions) (22) : error 075: input line too long (after substitutions) g(23) : error 075: input line too long (after substitutions) (24) : error 075: input line too long (after substitutions) (25) : error 075: input line too long (after substitutions) (26) : error 075: input line too long (after substitutions) Compilation aborted. Pawn compiler 3.2.3664 Copyright © 1997-2017, ITB CompuPhase 26 Errors.
PHP код:
#if defined _nex_ac_lang_included
#endinput
#endif
#define _nex_ac_lang_included
new
SUSPICION_1[] = "[Servidor] Suspeita no ID %d. Cуdigo de motivo: %03d%s",
SUSPICION_2[] = "[Servidor] Suspeita no IP %s. Cуdigo de motivo: %03d%s",
VERSION_WARNING[] = "[Servidor] Esta versгo do anticheat nгo й compatнvel com a versгo do servidor",
CFG_OPENING_ERROR[] = "[Nex-AC] Erro ao criar/abrir %s!",
#if defined DEBUG
DEBUG_CODE_1[] = "[Servidor debug] ID %d excedeu %d tentativas de flooding. Public ID: %d",
DEBUG_CODE_2[] = "[Servidor debug] Versгo invбlida no ID %d. Versгo: %s",
DEBUG_CODE_3[] = "[Servidor debug] ID %d excedeu %d conexхes por um IP",
DEBUG_CODE_4[] = "[Servidor debug] Tentativa de login na RCON pelo IP %s usando senha %s",
DEBUG_CODE_5[] = "[Servidor debug] ID %d usando NOP %s",
#endif
KICK_MSG[] = "Vocк foi kickado por suspeitas de uso de cheating (#%03d)",
MAX_CONNECTS_MSG[] = "Vocк excedeu o nъmero mбximo de conexхes pelo seu IP",
UNKNOWN_CLIENT_MSG[] = "Esta versгo do cliente nгo й adequada para jogar no servidor",
LOADED_MSG_1[] = " Anticheat Nex-AC carregado!",
LOADED_MSG_2[] = " Anticheat versгo: %s",
LOADED_MSG_3[] = " Autor: Nexius (PT-BR by NicK_)",
STATS_STRING_1[] = " Estatнsticas do anticheat Nex-AC",
STATS_STRING_2[] = " Detectando e previnindo:",
STATS_STRING_3[] = " %d tentativas de cheating",
STATS_STRING_4[] = " %d tentativas de hacking",
STATS_STRING_5[] = " %d tentativas de crashing",
STATS_STRING_6[] = " %d tentativas de flooding",
STATS_STRING_7[] = " %d attaques",
STATS_STRING_8[] = " Total de detecзхes e puniзхes em %d cheaters";