05.08.2016, 19:54
Quote:
PHP Code:
|
And in my bdd
HTML Code:
CREATE TABLE IF NOT EXISTS `Compte` ( `ID` int(12) NOT NULL AUTO_INCREMENT, `Enregistrer` int(4) DEFAULT '0', `Vie` float DEFAULT '0', `Gillet` float DEFAULT '0', `Masque` int(12) DEFAULT '0', `MasqueID` int(12) DEFAULT '0', `Faction` int(12) DEFAULT '0', `Grade` int(12) DEFAULT '0', `Situation` int(4) DEFAULT '0', `Mort` int(4) DEFAULT '0', `TempsJail` int(12) DEFAULT '0', `Warn` int(12) DEFAULT '0', `Banned` int(12) DEFAULT '0', `Maison` int(12) DEFAULT '0', `Commerce_biz` int(12) DEFAULT '0', `FactionProprietaire` int(12) DEFAULT '0', `Vehicule1` int(12) DEFAULT '0', `Vehicule2` int(12) DEFAULT '0', `Vehicule3` int(12) DEFAULT '0', `Level` int(11) DEFAULT '0', `Experience` int(11) DEFAULT '0', `MaxExperience` int(11) DEFAULT '0', `Skin` int(12) DEFAULT '0', `Sexe` int(12) DEFAULT '0', `Cash` int(12) DEFAULT '0', `CashBanque` int(12) DEFAULT '0', `NumeroTel` int(12) DEFAULT '0', `Cheque` int(12) DEFAULT '0', `Temps` int(12) DEFAULT '0', `Amende` int(12) DEFAULT '0', `Facture` int(12) DEFAULT '0', `Emprunt` int(12) DEFAULT '0', `Lotto` int(12) DEFAULT '0', `Permis` int(12) DEFAULT '0', `PermisPoint` int(12) DEFAULT '0', `PortArme` int(12) DEFAULT '0', `Montre` int(12) DEFAULT '0', `GPS` int(12) DEFAULT '0', `Canne` int(12) DEFAULT '0', `Telephone` int(12) DEFAULT '0', `Credits` int(12) DEFAULT '0', `Identite` int(12) DEFAULT '0', `GramDrogue1` int(12) DEFAULT '0', `GramDrogue2` int(12) DEFAULT '0', `GramDrogue3` int(12) DEFAULT '0', `Cocaine` int(12) DEFAULT '0', `Heroine` int(12) DEFAULT '0', `Ecstacy` int(12) DEFAULT '0', `Arme1` int(12) DEFAULT '0', `Minition1` int(12) DEFAULT '0', `Arme2` int(12) DEFAULT '0', `Minition2` int(12) DEFAULT '0', `Arme3` int(12) DEFAULT '0', `Minition3` int(12) DEFAULT '0', `Arme4` int(12) DEFAULT '0', `Minition4` int(12) DEFAULT '0', `Arme5` int(12) DEFAULT '0', `Minition5` int(12) DEFAULT '0', `Arme6` int(12) DEFAULT '0', `Minition6` int(12) DEFAULT '0', `Arme7` int(12) DEFAULT '0', `Minition7` int(12) DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;