case 11:
if (Session.GetHabbo().HasFuse("cmd_enable"))
{
int int_ = int.Parse(Params[1]);
if (Session.GetHabbo().Rank > 5 && int_ == 102 || int_ == 178)
{
Session.SendNotif("You are not allowed to preform this enable.");
return true;
}
else
{
Session.GetHabbo().method_24().method_2(int_, true);
Phoenix.GetGame().GetClientManager().method_31(Session, Params[0].ToLower(), Input);
}
return true;
}
return false;
Fuck that shit Enable it via Game CycleTry this. Find the Mod Tools serializes for Staff in GameClient.cs and underneath the serialize add GetHabbo().GetAvatarComponentInventory().ApplyEffect(102);