How Do You Add A Welcome Message Like French Retros

treebeard

Member
Jan 16, 2018
317
173
I'm trying to add a welcome message like this to my hotel.
1p71kEa.png

The only thread I've seen is this one:
I added
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
to my GameClient.cs where the conditional statement for the welcome message you can change in the server_locale in db is.

That didn't work, any help?

Gonna tag you @Jerry because you were the best answer in the other thread and I took that snippet from you.
 

Stownizi

Ouistiti
Aug 13, 2015
44
14
I'm trying to add a welcome message like this to my hotel.
1p71kEa.png

The only thread I've seen is this one:
I added
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
to my GameClient.cs where the conditional statement for the welcome message you can change in the server_locale in db is.

That didn't work, any help?

Gonna tag you @Jerry because you were the best answer in the other thread and I took that snippet from you.
Have you defined "InternalLinkComposer" ? ypu need to have the good packet too
 

Users who are viewing this thread

Top