info
_________________________________________
if you: ha type will appear as a message you must first click ok then you can read the staff report.
The code
__________________________________________
This should habbo hotel / Misc / ChatCommandsHandler.cs
Search
case "ha"
and replace
case "ha":
if (Session.GetHabbo().HasFuse("fuse_sysadmin") || Session.GetHabbo().Username == "Lodus")
{
string Notice = Input.Substring(3);
ServerMessage HotelAlert = new ServerMessage(139);
Session.SendNotif("" + Notice + "\r\n-" + Session.GetHabbo().Username, 2);
HotelAlert.AppendStringWithBreak("klik op oke om de bericht van de staffs te kunnen lezen.");
UberEnvironment.GetGame().GetClientManager().BroadcastMessage(HotelAlert);
return true;
}
return false;
a photo
___________________________________________
credits by
BalloeHalloe (fot code)
meth0d (for uberemu)





