No save
#9

Quote:
Originally Posted by Fantje
View Post
PHP Code:
Champ 'compte' inconnu dans where clause 
translate this please
Champ 'account unknown in where clause

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 ;
Reply


Messages In This Thread
No save - by Sirop - 04.08.2016, 23:11
Re: No save - by Fantje - 04.08.2016, 23:13
Re: No save - by Stinged - 04.08.2016, 23:14
Re: No save - by AndySedeyn - 04.08.2016, 23:19
Re: No save - by SyS - 05.08.2016, 01:26
Re: No save - by Sirop - 05.08.2016, 13:42
Re: No save - by Stinged - 05.08.2016, 13:44
Re: No save - by Sirop - 05.08.2016, 19:17
Re: No save - by Sirop - 05.08.2016, 19:54
Re: No save - by Stinged - 05.08.2016, 20:38
Re: No save - by Shinja - 05.08.2016, 22:12
Re: No save - by Sirop - 05.08.2016, 22:43
Re: No save - by Shinja - 05.08.2016, 22:54
Re: No save - by Sirop - 06.08.2016, 15:14
Re: No save - by Sirop - 06.08.2016, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)