command

  1. DDDDec

    [Clipstone] Lock Server Command Script For Plutonium Black Ops 2 Zombie Servers

    Locks the current server session behind a password so people cant join high rounds aswell as other players who get disconnected or have bad wifi can join back again with the password that has been set! .lockserver <password> Costs $10,000 unless you change it! Has to be on or over round 30...
  2. E

    Colored names command

    I got these errors. https://imgur.com/a/wzqn9MU Does anyone know how to fix them?
  3. E

    HideWired command

    Does anyone know how to fix this? https://imgur.com/a/FIrjqFq
  4. G

    [PLUS EMU] I need code of command :search_furni

    Please I need the code:search_furni of plus emu I speak Spanish, sorry my English thanks
  5. 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
  6. P

    [NEW COMMANDS] - OPEN ROOM, CLOSE ROOM

    Well, I came in wanting the commands to open the room and close the room. I searched the Internet and could not to find none I wanted. So I decided to create it for myself (probably if someone has these commands, maybe they are almost the same). I developed the entire command, but I was having...
  7. treebeard

    [PlusEMU] Trouble Getting :emptyitems To Not Delete LTD's

    Helllo everyone, I'm currently trying to get the command :emptyitems to not delete LTD's. I have edited the function ClearItems() in InventoryComponent.cs to look like this: public void ClearItems() { UpdateItems(true); using (IQueryAdapter dbClient =...
  8. treebeard

    [PlusEMU] Trouble with roll and close dice commands

    Hello everyone, Title is pretty self-explanatory; I'm working on adding close and roll to my hotel but I get a stack overflow exception error when trying :close in the hotel. https://imgur.com/5izWdgx I added this to GameMap.cs public static bool TilesTouching(Point p1, Point p2) {...
  9. Marko97

    [PLUS Emu] Mimic Command target user offline

    Hello! I've remade the mimic command to work also the target user is offline. Go in the class MimicCommand.cs and replace all with: using System; using Plus.Communication.Packets.Outgoing.Rooms.Engine; using Plus.Database.Interfaces; using Plus.Communication.Packets.Outgoing.Rooms.Avatar...
  10. Marko97

    [Plus Emulator] Command Erase Chatlog

    Hi, Today I will share with you a mini command made by me. This command perform the erase for chatlogs. 1. Go to HabboHotel/Rooms/Chat/Commands/Administrator and create a new class called: EraseChatlogCommand.cs and paste this: using Plus.HabboHotel.GameClients; using Plus.Database.Interfaces...
  11. U

    PlusEmu - Change Eventalert ?

    Hey there The :eventalert (:eha) is nothing else as the normal hotel alert. Now i have a question about it: How i can change the eventalert that it haves at the Alert itself a button (Buttontext: Go to Event) and if a user click on this button he automatically follow the User who made this...
Top