30.09.2018, 17:14
Saudaзхes amigos futuristas, me ajudem em MySql, ha um tempo tomei vergonha na cara de sair da DOF2 para encarar novas formas de salvamento, cai nessa desgraзa maravilhosa da Mysql, me ajudem nisso.
PHP Code:
Conexao = mysql_connect(HOST, USER, SENHA, DATABASE);
mysql_query(Conexao, "CREATE TABLE IF NO EXISTS `Contas`(`Id` AUTO_INCREMENT PRIMARY KEY, `Nome` varchar(24) NOT NULL DEFAULT ' ', `Senha` varchar(20) NOT NULL DEFAULT ' ', `Level` int(10) NOT NULL DEFAULT 0, `Skin` int(10) NOT NULL DEFAULT 0, `Administrador` int(10) NOT NULL DEFAULT 0, `Moderador` int(10) NOT NULL DEFAULT 0, `Corregedor int(10) NOT NULL DEFAULT 0, `Coronel` int(10) NOT NULL DEFAULT 0, `Comandante` int(10) NOT NULL 0, `Ajudante` int(10) NOT NULL DEFAULT 0, `*******r` int(10) NOT NULL DEFAULT 0)", false);
PHP Code:
C:\Users\victo\OneDrive\Бrea de Trabalho\server\gamemodes\Server.pwn(25) : error: 075: input line too long (after substitutions)
C:\Users\victo\OneDrive\Бrea de Trabalho\server\gamemodes\Server.pwn(25) : error: 037: invalid string (possibly non-terminated string)
C:\Users\victo\OneDrive\Бrea de Trabalho\server\gamemodes\Server.pwn(25) : error: 017: undefined symbol "CREATE"
C:\Users\victo\OneDrive\Бrea de Trabalho\server\gamemodes\Server.pwn(25) : error: 017: undefined symbol "TABLE"
C:\Users\victo\OneDrive\Бrea de Trabalho\server\gamemodes\Server.pwn(25) : error fatal: 107: too many error messages on one line