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

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

    Clickable link? [PLUS]

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

    Youtube TV API?

    Hello, how I can fix the Youtube TV's? I think that's the Youtube API.. Pic:
  6. 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...
  7. 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
  8. Z

    Translate MOD Tool

    How I can translate the MOD Tool? Please help again :D Picture:
  9. Z

    Edit Habbo Staff name?

    Hello, I need to edit the Staff Habbo team name from Staff Habbz Hotel to Team.. Where can I change the name? :D Picture:
  10. Z

    Enable effect will not go away after reload the room

    Hello dear devbest, I have a little problem.. If i enable a effect and reload the room, that will not go away. Info: Plus Emu Picture: Sry for my english, I'm from germany.
Top