Bran
habcrush.pw
okay so basically, when you go onto French Hotels they have this welcome message when you load up the client and get teleported to their welcome room, i was wondering how you do it and added your own message on it? @ZaneyRetros
Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
thank you!!What they did was created a new text file in their gamedata/habbopages folder via the SWF folder.
Then you put this code:
Code:Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
in the TryAuthenticate bool function in your GameClient.cs file and it should show up when people log in.
where do u define this? there must be more to the function.What they did was created a new text file in their gamedata/habbopages folder via the SWF folder.
Then you put this code:
Code:Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt"));
in the TryAuthenticate bool function in your GameClient.cs file and it should show up when people log in.
Under the code for the default welcome message, not on my computer so can’t show you exactly where.where do u define this? there must be more to the function.
You must be registered for see images attach
Let me get home and I'll create a thread detailing how to add it with the events, ext. It's good to see you found an alternative though.I couldn't get it to work on mine but I liked the idea of it so I made it with PHP instead. Cba for dealing with packets and all that mess hmu if you need help here how I did mine
Thank you appreciate it and ayee I suck at C++ and doing stuff alone had to think of another wayLet me get home and I'll create a thread detailing how to add it with the events, ext. It's good to see you found an alternative though.