I've always found those commands useful, so I decided to share it with you guys.
eha;
#region Events Hotel Alert (:eha)
case "eha":
if (Session.GetHabbo().HasCmd("eha"))
{
string Notice = MergeParams(Params, 1);
ServerMessage HotelAlert = new ServerMessage(Outgoing.BroadcastMessage)...