Blasteh
big tits
Hello,
I'm currently trying to get the event alert command to look something like this (Boon Example):
My current alert looks like this:
I have tried putting the following code – which is getting the users look but not making it into an avatar. It comes back with the following error:
I'm currently trying to get the event alert command to look something like this (Boon Example):
My current alert looks like this:
I have tried putting the following code – which is getting the users look but not making it into an avatar. It comes back with the following error:
You must be registered for see links
Code:
PlusEnvironment.GetGame().GetClientManager().SendMessage(new RoomNotificationComposer("Hotel Event Alert",
"<b>" + Session.GetHabbo().Username + "</b> is hosting an event! Prizes and GOTW points will be handed out to the winners." +
"<br><br><i>User Message: <i>" + Message +
"<br><br><b>- " + Session.GetHabbo().Username + "</b>" +
"<br><br><i>This event is moderated by Hotel Staff!</i>",
Session.GetHabbo().Look + "Go To Event", "event:navigator/goto/" + Session.GetHabbo().CurrentRoomId));
}