Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Rank tags is CS sharp
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Heaven" data-source="post: 427148" data-attributes="member: 42762"><p>Hi all,</p><p>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:</p><p></p><p>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)); }</p><p></p><p>But when i debug, en typ into the hotel, i get this: <a href="http://prntscr.com/i4a1q8" target="_blank">http://prntscr.com/i4a1q8</a></p><p>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!</p></blockquote><p></p>
[QUOTE="Heaven, post: 427148, member: 42762"] 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: [URL]http://prntscr.com/i4a1q8[/URL] 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! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Rank tags is CS sharp
Top