Yeah, I noticed. Its rank >4.
I recoded it to obey permissions instead, although having trouble getting "makesay" work.
Edit: Fixed makesay, Also doesn't require 9 chars before text.
Code:case 75: if(!Session.GetHabbo().HasFuse("cmd_makesay")) { string text = Params[1]; TargetClient = Phoenix.GetGame().GetClientManager().GetClientByHabbo(text); class2 = Phoenix.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId); if (Session == null || TargetClient == null) { return false; } RoomUser class4 = class2.method_53(TargetClient.GetHabbo().Id); class4.method_1(TargetClient, Input.Substring(TargetClient.GetHabbo().Username.Length + text.Length), false); return true; } return false;







