[HELP] PlusEMU Homeroom

Bran

habcrush.pw
Mar 13, 2017
1,785
1,602
i want to set a default homeroom that every user/new user goes to when they come onto my hotel i used the code below and for some reason it doesn't work?

Code:
UPDATE users SET home_room = 'THEROOMIDHERE
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
You can update the default value by using this query.

Code:
ALTER TABLE `habboon`.`users` 
MODIFY COLUMN `home_room` int(10) NULL DEFAULT 12345;

Change 12345, to the room ID.
 

Users who are viewing this thread

Top