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...
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
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...
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 =...
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)
{...
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...
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...
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...