How to go straight to a room when you come on the client?

Status
Not open for further replies.

amarkey10

Member
Feb 4, 2012
45
1
Hey everyone me again today i need help with something.

I need help because i want to go straight to a room when i join the client, i'm wondering how you do this because i have a welcome lounge but no one knows about it.

someone tell me how?

Thanks.
 

DcSelby

DcSelby is the boss.
Jul 19, 2012
377
123
Run the query below:

HTML:
UPDATE `users` SET `home_room` = 'id'

ID is the room you wish for it to be.

Also, it may just be "homeroom" rather than "home_room" I'm not 100% sure.
 

Find

Posting Freak
Jun 21, 2012
597
189
You'll need to keep running the query though unless you edit the table structure and change the default value to the room id
 

jerison

Member
Jul 23, 2012
57
1
Please don't bump threads. - Holmes
Run the query below:

HTML:
UPDATE `users` SET `home_room` = 'id'

ID is the room you wish for it to be.

Also, it may just be "homeroom" rather than "home_room" I'm not 100% sure.
Was wondering the same thing! Worked, just wanted to say thanks!
 
Status
Not open for further replies.

Users who are viewing this thread

Top