Hello to all of Ragezone
First, sorry my English because I'm Brazilian!
O'que I'll post here has 70% of my credit, because 30% of the new code is the Message of day
First the prints:
Now I'll provide the code, please do not remove the credits!
In GameClient.cs Search:
public void SendNotif(string Message)
Replace this:
In ChatCommandHandler.cs Search:Code:public void SendNotif(string Message) { SendNotif(Message, 0); } public void SendNotif(string Message, Boolean Modus) { SendNotif(Message, UberEnvironment.BoolToEnum(Modus)); } public void SendNotif(string Message, int Modus) { ServerMessage nMessage = new ServerMessage(); switch (Modus) { case 0: //Default nMessage.Init(161); break; case 1: //From Hotel Manager nMessage.Init(139); break; case 2: //Message of the day nMessage.Init(810); nMessage.AppendUInt(1); break; } nMessage.AppendStringWithBreak(Message); GetConnection().SendMessage(nMessage); } public void SendNotif(string Message, string Url) { ServerMessage nMessage = new ServerMessage(161); nMessage.AppendStringWithBreak(Message); nMessage.AppendStringWithBreak(Url); GetConnection().SendMessage(nMessage); }
case "ha":
Add the code below:
Hope you enjoy, and sorry again for my english, I'm BrazilianCode:case "newha": // Alerta o hotel em novo estilo :newha <mensagem> // Creditos by: Marlon Colhado if (Session.GetHabbo().HasFuse("fuse_admin")) { string Notice = Input.Substring(3); Session.SendNotif(" " + Notice + "\r\n-" + Session.GetHabbo().Username, 2); return true; } return false;
-Marlon Colhado![]()




![[R63] New Ha Message (New Style)](http://ragezone.com/hyper728.png)


