16.05.2015, 14:24
Thanks, for those who didnt fix the atm not saving, that is the correct table:
Code:
CREATE TABLE IF NOT EXISTS `atm` ( `atmID` int(11) NOT NULL AUTO_INCREMENT, `atmX` float NOT NULL, `atmY` float NOT NULL, `atmZ` float NOT NULL, `atmA` float NOT NULL, `atmInterior` int(11) NOT NULL, `atmWorld` int(11) NOT NULL, PRIMARY KEY (`atmID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;