30.09.2018, 17:39
Como nгo consegui te responder pelo whatsapp devido estar trabalhando, deu sorte que agora que vim almoзar acabei abrindo o Fуrum SA-MP e vi aqui. Entгo lб vai..
PHP Code:
new bradoks[500];
strcat(bradoks, "CREATE TABLE IF NO EXISTS `Contas` ");
strcat(bradoks, "(`Id` AUTO_INCREMENT PRIMARY KEY, ");
strcat(bradoks, "`Nome` varchar(24) NOT NULL DEFAULT ' ', ");
strcat(bradoks, "`Senha` varchar(20) NOT NULL DEFAULT ' ', ";
strcat(bradoks, "`Level` int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Skin` int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Administrador` int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Moderador` int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Corregedor int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Coronel` int(10) NOT NULL DEFAULT 0, ");
strcat(bradoks, "`Comandante` int(10) NOT NULL 0, ");
strcat(bradoks, "`Ajudante` int(10) NOT NULL DEFAULT 0)");
mysql_query(Conexao, bradoks, false);