Hello devbest,
I need to change the IP to my domain with A record.
If I use the IP.. the client works
var Client = new SWFObject("http://[IP]/Habbo.swf", "client", "100%", "100%", "10.0.0");
but if I use the domain.. I will be redirected to "me"
var Client = new...
I have tried to include the code.. but I get a error when I start the emu..
Code:
Error:
error CS0127: 'ChatEvent.Parse(GameClient, ClientPacket)': A return keyword must not be followed by any expression when method returns void
Hello Devbest!
I have a problem with item saving..
If I put furnis in the room and adjust the height of the furni blocks.. (ex: https://picr.ws/d/HUl.png)
and restart the emulator, the furnis isnt saved. (ex. https://picr.ws/d/HUv.png)
(But with :unload, its saved!)
Sry for my english.. I'm...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
...
userBooth.ForEach(x => {
x.ExtraData = Rand.SeedNext(1, 6).ToString();
x.UpdateState();
});
What do I have to add so...
Hello,
I need a roomalert for my sellroom command..
I want: When a user comes into the room, he should receive a message that the room is for sale.
Currently: If a user is in the room he gets a message via the chat
Code: https://pastebin.com/xsG3aX2f (Plus Emu)
// Sorry for my english :s