Search results

  1. Z

    Embed website

    How can I embed a website and display it as a popup? (With a command or wired) Exampe:
  2. Z

    How I can change the IP to domain in client.php

    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...
  3. Z

    Clickable link? [PLUS]

    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
  4. Z

    Clickable link? [PLUS]

    Yea.. I know, but I mean the html filters... Edit: But I can't use the code from Jay.. because it doenst work for me
  5. Z

    Clickable link? [PLUS]

    Yes filter is enabled..
  6. Z

    Items not save after emulator restart (Plus)

    Thanks.. it works
  7. Z

    Items not save after emulator restart (Plus)

    via Task Manager and :shutdown command
  8. Z

    Items not save after emulator restart (Plus)

    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...
  9. Z

    Clickable link? [PLUS]

    But this code doesnt work :c Where I can add this? This is my ChatEvent.cs -> https://pastebin.com/zmxTghSG Please help :(
  10. Z

    Clickable link? [PLUS]

    But if I put: <a href="google.com">Google</a> ...... in the bubble. He shows me: Google ..... but it isnt clickable
  11. Z

    Clickable link? [PLUS]

    How I can add a clickable link for the bubble? Ex. http or https...
  12. Z

    Youtube TV API?

    But where I can change it? Can I replace the old API with a new?
  13. Z

    Youtube TV API?

    Hello, how I can fix the Youtube TV's? I think that's the Youtube API.. Pic:
  14. Z

    Rolldice Help

    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...
  15. Z

    Sellroom alert

    Thanks.. works fine.. but I must changed the variables :)
  16. Z

    Sellroom alert

    And where I can add this? Pastebin (GetRoomEntryDataEvent.cs)
  17. Z

    Sellroom alert

    How I can add this? This is roomalert command event:
  18. Z

    Sellroom alert

    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
  19. Z

    Translate MOD Tool

    No I cant find the translation :/
  20. Z

    Translate MOD Tool

    How I can translate the MOD Tool? Please help again :D Picture:
Top