· 7 years ago · Jan 19, 2019, 11:28 PM
1 new str_cat[500];
2 strcat(str_cat, "CREATE TABLE IF NOT EXISTS ev_cuentas (`ID` INTEGER PRIMARY KEY AUTOINCREMENT, `Email` VARCHAR(32), `Dinero` INT DEFAULT 5000, `Admin`= INT DEFAULT 0, `PosX` FLOAT DEFAULT 0, `PosY` FLOAT DEFAULT 0, `PosZ` FLOAT DEFAULT 0, `Vida`= FLOAT DEFAULT 100.0, `Chaleco` FLOAT DEFAULT 0.0, `VirtualWorld` INT DEFAULT 0, `Interior` INT DEFAULT 0,`Skin` INT DEFAULT 0, `Nivel` INT DEFAULT 0, `Experiencia` INT DEFAULT 0, `Banco` INT DEFAULT 2000, `Sexo` INT DEFAULT -1, `Jail` INT DEFAULT 0, `JailTiempo` INT DEFAULT 0, `Trabajo` INT DEFAULT -1, `CanalDudas` INT DEFAULT 0, `Registrado` INT DEFAULT -1, `ManoIzq` INT DEFAUL 0, `ManoIzqCant` INT DEFAULT 0, `ManoDer` INT DEFAULT 0, `ManoDerCant` INT DEFAULT 0, `Bol0` INT DEFAULT 0, `Bol1`=INT DEFAULT 0, `Bol2` INT DEFAULT 0, `Bol3` INT DEFAULT 0, `Bol4` INT DEFAULT 0, `Bol5` INT DEFAULT 0, `Bol6` INT DEFAULT 0, `Bol7` INT DEFAULT 0, `BolCant0` INT DEFAULT 0, `BolCant1` INT DEFAULT 0, `BolCant2` INT DEFAULT 0, `BolCant3` INT DEFAULT 0, `BolCant4` INT DEFAULT 0)");
3 strcat(str_cat, "(`BolCant5` INT DEFAULT 0,`BolCant6` INT DEFAULT 0, `BolCant7` INT DEFAULT 0, `Espalda` INT DEFAULT 0, `EspaldaCant` INT DEFAULT 0, `NegocioID` INT DEFAULT 0)");
4 mysql_query(MySQL, str_cat);v