once someone fixes stream tell me how to show the face xD
Printable View
once someone fixes stream tell me how to show the face xD
help please -.- snowstrom images not load?
The group bages don't show
Hmm fix stream and bots
no stream dont work lol
So tell me... Why works very fine in my Hotel?
http://www.wizardhotel.org
Love the ColorChat Function :D
Now i add that Admins Chat with the Information Bubble if they had the ADM Badge Equiped :)
Which cms can i use with this emu? I use recms but it doesn't work :( Do some one have a working cms?
Get Habbophp use it as phoenix https://github.com/habbophp/HabboPHP-Dev
Ok :D
Small but Cool Function :)Code:Search for:
InvokedChatMessage message3 = new InvokedChatMessage(this, Message, Shout, TextColor);
Add BEFORE:
if (Session.GetHabbo().GetBadgeComponent().BadgeHasSlot("ADM"))
{
InvokedChatMessage messageadm = new InvokedChatMessage(this, Message, Shout, 1); //COULD BE 2, too
this.GetRoom().QueueChatMessage(messageadm);
return;
}
Search for:
internal void RemoveBadge(string Badge)
Add after this Function:
internal bool BadgeHasSlot(string Badge)
{
foreach (Badge badge in this.Badges.Values)
{
if (badge.Code == Badge && badge.Slot != 0)
{
return true;
}
}
return false;
}
Now I start helping with Important Fixes :)
Damn.. It doesn't work for me. I use HabboPHP, i changed everyting, banner.php, client,php, variables, emu config.
When i enter the client it loads and when he is at 70% it shows a error.
Can somebody help me?
Don't works for me.
http://i.imgur.com/Xff2M.png