Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Revision 2: the input was not in a correct format: input must be a number between 0 and 9
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Brad" data-source="post: 273447" data-attributes="member: 17995"><p>try this SQL then try </p><p></p><p>[CODE]DROP TABLE IF EXISTS `room_models`;</p><p>CREATE TABLE `room_models` (</p><p> `id` varchar(100) NOT NULL,</p><p> `door_x` int(11) NOT NULL,</p><p> `door_y` int(11) NOT NULL,</p><p> `door_z` double NOT NULL,</p><p> `door_dir` int(4) NOT NULL DEFAULT '2',</p><p> `heightmap` text NOT NULL,</p><p> `public_items` text NOT NULL,</p><p> `club_only` enum('0','1') NOT NULL DEFAULT '0',</p><p> `poolmap` varchar(100) NOT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1;</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Brad, post: 273447, member: 17995"] try this SQL then try [CODE]DROP TABLE IF EXISTS `room_models`; CREATE TABLE `room_models` ( `id` varchar(100) NOT NULL, `door_x` int(11) NOT NULL, `door_y` int(11) NOT NULL, `door_z` double NOT NULL, `door_dir` int(4) NOT NULL DEFAULT '2', `heightmap` text NOT NULL, `public_items` text NOT NULL, `club_only` enum('0','1') NOT NULL DEFAULT '0', `poolmap` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Revision 2: the input was not in a correct format: input must be a number between 0 and 9
Top