plusemu dont work and i am stuck in 76%

Roper

Ancient Member
Jul 4, 2010
569
216
I presume your external variables are not linked somewhere.

Also, check your client.php for a reference to ‘override.variables’ I believe too - that is also necessary in the client for it to function.
 

harambe

Donator
Dec 3, 2018
154
115
Run this sql:

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';
 

deez195

New Member
Oct 24, 2018
11
1
Run this sql:

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';
where do i run it?
 

Joe

Well-Known Member
Jun 10, 2012
4,089
1,918
You're missing tons of tables, that's why it's not working.

Make sure your MySQL strict mode is turned off and rerun the whole database.
 

Hypothesis

Programmer
Jan 6, 2019
524
361
You must be registered for see images attach
You must be registered for see images attach

Post automatically merged:

not working :(
Your database looks empty, you're missing a lot of the required tables for Plus Emulator. Recommended that you download the plus version from
 

Users who are viewing this thread

Top