Hi all,
I'm a developer, the only thing that i can't get fixed is rank tags en namecolors. I have this code to add for rank tags in roomuser.cs:
if (GetClient().GetHabbo().Rank == 10) { string Username = "<font color='#D900D9'>[DEV]</font> " + GetClient().GetHabbo().Username; if (GetRoom() != null) GetRoom().SendMessage(new UserNameChangeComposer(RoomId, VirtualId, Username)); }
But when i debug, en typ into the hotel, i get this:
Someone says to me that html code not works in csharp, but how can i get the code works? Can someone help me? Already a lot of thanks!
I'm a developer, the only thing that i can't get fixed is rank tags en namecolors. I have this code to add for rank tags in roomuser.cs:
if (GetClient().GetHabbo().Rank == 10) { string Username = "<font color='#D900D9'>[DEV]</font> " + GetClient().GetHabbo().Username; if (GetRoom() != null) GetRoom().SendMessage(new UserNameChangeComposer(RoomId, VirtualId, Username)); }
But when i debug, en typ into the hotel, i get this:
You must be registered for see links
Someone says to me that html code not works in csharp, but how can i get the code works? Can someone help me? Already a lot of thanks!