Duplicate Key!
#6

Just delete the current database and use this and don't alter the table anymore is not needed.

Код:
CREATE TABLE IF NOT EXISTS `vehicles` (
  `ID` int(11) AUTO_INCREMENT,
  `Owner` int(11) NOT NULL,
  `Model` int(6) NOT NULL,
  `PosX` float NOT NULL,
  `PosY` float NOT NULL,
  `PosZ` float NOT NULL,
  `VAngle` float NOT NULL,
  `ServerID` int(6) NOT NULL,
   PRIMARY KEY(`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Or you can put this lines on your gm.
Reply


Messages In This Thread
Duplicate Key! - by norton2 - 24.09.2015, 16:43
Re: Duplicate Key! - by Aly - 24.09.2015, 16:58
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:05
Re: Duplicate Key! - by Aly - 24.09.2015, 17:11
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:15
Re: Duplicate Key! - by Aly - 24.09.2015, 17:19
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:24
Re: Duplicate Key! - by Aly - 24.09.2015, 17:36
Re: Duplicate Key! - by rappy93 - 24.09.2015, 17:37
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:42

Forum Jump:


Users browsing this thread: 2 Guest(s)