- 5 Novembre 2010
- 150
- 0
- Miglior risposta
- 0
Oggi girando su kekomundo ho trovato questo fantastico Allert
andiamo su HabboHotel/Misc/ChatCommandHandler.cs
switch (Params[0].ToLower())
{ questo lo sostituiamo con questo
case "nalert":
if (Session.GetHabbo().HasFuse("fuse_ban"))
{
string Notice = Input.Substring(3);
ServerMessage OtherHA = new ServerMessage();
OtherHA.Init(808);
OtherHA.AppendStringWithBreak("Mensaje de los Hotel Managers");
OtherHA.AppendStringWithBreak(Notice + "\r\n-" + Session.GetHabbo().Username);
UberEnvironment.GetGame().GetClientManager().BroadcastMessage(OtherHA);
return true;
}
return false;
Questo è tutto spero che vi sia piaciuto alla prossima *.*
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
andiamo su HabboHotel/Misc/ChatCommandHandler.cs
switch (Params[0].ToLower())
{ questo lo sostituiamo con questo
case "nalert":
if (Session.GetHabbo().HasFuse("fuse_ban"))
{
string Notice = Input.Substring(3);
ServerMessage OtherHA = new ServerMessage();
OtherHA.Init(808);
OtherHA.AppendStringWithBreak("Mensaje de los Hotel Managers");
OtherHA.AppendStringWithBreak(Notice + "\r\n-" + Session.GetHabbo().Username);
UberEnvironment.GetGame().GetClientManager().BroadcastMessage(OtherHA);
return true;
}
return false;
Questo è tutto spero che vi sia piaciuto alla prossima *.*