Hello, the AFK Command:
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.Communication.Packets.Outgoing.Rooms.Avatar;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.Items;
using Plus.Communication.Packets.Outgoing.Rooms.Chat;
using...
Yes, i have edit the code in:
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.Communication.Packets.Outgoing.Moderation;
namespace Plus.HabboHotel.Rooms.Chat.Commands.Moderator
{
class HotelAlertCommand : IChatCommand
{
public...
Hey, the Problem: I say ;ha Message and he does not send him...
I always get: "Not a Staff!"
-> Here is the HotelAlertCommand.cs
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.Communication.Packets.Outgoing.Moderation;
namespace...