19.09.2014, 23:47
work's perfectly for me to also can you help me with the billboards ?? i tryed to make don't no what i messed up here.
if it's all wrong lol am new to the Mysql scripting.
Code:
CREATE TABLE IF NOT EXISTS `billboards` ( `bbID` int(12) NOT NULL AUTO_INCREMENT, `bbExists` int(12) NOT NULL AUTOD_INCREMENT, `bbName` varchar(32) DEFAULT NULL, `bbMessages` varchar(230) DEFAULT NULL, `bbOwner` int(12) DEFAULT "0", `bbPrice` int(12) DEFAULT "0", `bbRange` float DEFAULT "0", `bbPos` float DEFAULT "0", `bbText3D` float DEFAULT "0", PRIMARY KEY (`bbID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=94 ;