SA-MP Forums Archive
[Ajuda] Erros e mais erros - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erros e mais erros (/showthread.php?tid=654381)



Erros e mais erros - MtPlayerZ - 27.05.2018

Ja vi e revi essas 2 linhas ponto a ponto e nгo faзo ideia do que esta gerando esses erros:

PHP код:
(167) : error 075input line too long (after substitutions)
(
168) : error 037invalid string (possibly non-terminated string)
(
168) : error 017undefined symbol "CREATE"
(168) : error 017undefined symbol "TABLE"
(168) : fatal error 107too many error messages on one line 
Linha 167:
PHP код:
IDConexao mysql_connect(HOSTUSUARIOSENHADATABASE); 
Linha 168:
PHP код:
mysql_query(IDConexao"CREATE TABLE IF NOT EXISTS `Contas`(`ID`int AUTO_INCREMENT PRIMARY KEY, `Nome` varchar(24) NOT NULL DEFAULT ' ',`Senha` varchar(20) NOT NULL DEFAULT ' ',`Level` int(20) NOT NULL DEFAULT 0,`Dinheiro` int(20) NOT NULL DEFAULT 0,`Matou` int(10) NOT NULL DEFAULT 0,`Morreu` int(10) NOT NULL DEFAULT 0,`Skin` int(10) NOT NULL DEFAULT 0,`Vitorias` int(5) NOT NULL DEFAULT 0 ,`Admin` int(10) NOT NULL DEFAULT 0,`Cargo` varchar(20) NOT NULL,`Funcao` varchar(50) NOT NULL,`Banido` int(5) NOT NULL DEFAULT 0)"false); 
Alguem esta vendo algo de diferente que possa estar gerando esses erros


Re: Erros e mais erros - Cauezin - 27.05.2018

O meu deu esse problema quando estava muito grande, tive que baixar o Zeex Compiler

https://github.com/pawn-lang/compiler/releases


Re: Erros e mais erros - MtPlayerZ - 27.05.2018

Quote:
Originally Posted by Cauezin
Посмотреть сообщение
O meu deu esse problema quando estava muito grande, tive que baixar o Zeex Compiler

https://github.com/pawn-lang/compiler/releases
Vlw mesmo cara, tu й foda, +rep!!!


Re: Erros e mais erros - MtPlayerZ - 27.05.2018

@Closed