treebeard
Member
- Jan 16, 2018
- 317
- 173
I'm trying to add a welcome message like this to my hotel.
The only thread I've seen is this one:
I added
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.
The only thread I've seen is this one:
You must be registered for see links
I added
Code:
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
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.