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
Plus Emu - Room Bug
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="Ellu" data-source="post: 430149" data-attributes="member: 79951"><p>Try to add this in your querys:</p><p></p><p>[CODE]ALTER TABLE rooms CHANGE allow_pets allow_pets INT(1) NOT NULL DEFAULT '0', CHANGE allow_pets_eat allow_pets_eat INT(1) NOT NULL DEFAULT '0', CHANGE room_blocking_disabled room_blocking_disabled INT(1) NOT NULL DEFAULT '0', CHANGE allow_hidewall allow_hidewall INT(1) NOT NULL DEFAULT '0', CHANGE mute_settings mute_settings INT(1) NOT NULL DEFAULT '1', CHANGE ban_settings ban_settings INT(1) NOT NULL DEFAULT '1', CHANGE kick_settings kick_settings INT(1) NOT NULL DEFAULT '1';[/CODE]</p></blockquote><p></p>
[QUOTE="Ellu, post: 430149, member: 79951"] Try to add this in your querys: [CODE]ALTER TABLE rooms CHANGE allow_pets allow_pets INT(1) NOT NULL DEFAULT '0', CHANGE allow_pets_eat allow_pets_eat INT(1) NOT NULL DEFAULT '0', CHANGE room_blocking_disabled room_blocking_disabled INT(1) NOT NULL DEFAULT '0', CHANGE allow_hidewall allow_hidewall INT(1) NOT NULL DEFAULT '0', CHANGE mute_settings mute_settings INT(1) NOT NULL DEFAULT '1', CHANGE ban_settings ban_settings INT(1) NOT NULL DEFAULT '1', CHANGE kick_settings kick_settings INT(1) NOT NULL DEFAULT '1';[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Plus Emu - Room Bug
Top