Whole cms is displaying same error or is it any specific functions?Already fixed it my only issue now is error 500.19 on website do you know how to fix?
Check rewrite rules and make sure your PHP version is under 7.0Already fixed it my only issue now is error 500.19 on website do you know how to fix?
Session.SendPacket(new RoomNotificationComposer("TITLE", Message + "\r\n" + "- " + Session.GetHabbo().Username, "", ""));
If I'm correct you're talking about the ":ha" notification type, which is hardcoded into the Habbo.swf(i believe). If you don't want to use it there, you can change the notification type in your HotelAlertCommand.cs.
use the code below and edit the title to your liking.
Code:Session.SendPacket(new RoomNotificationComposer("TITLE", Message + "\r\n" + "- " + Session.GetHabbo().Username, "", ""));
It's in your external_flash_texts under "help.emergency.global_mute.caption=Message from Habbe Staff" in future try making your own thread.Where have you been able to solve this problem now? I can't find this anywhere? (hotelname)
i think cosmic uses PHP 7+ and only for arcturus morningstar.Check rewrite rules and make sure your PHP version is under 7.0