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
Help with giving commands to lower ranks.
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="BLAKJF3AYD" data-source="post: 41549" data-attributes="member: 4733"><p>I wanna put this moonwalk code in [Spoiler]<span style="font-family: 'monospace'"> #region :moonwalk</span></p><p> case "moonwalk": // Display information about the emulator { if (_Rank > 5) return false; else { if (roomUser.User._Moon == 0) { roomUser.User._Moon = 1; sendData("BK" + "Moonwalk Status: Active"); } else { roomUser.User._Moon = 0; sendData("BK" + "Moonwalk Status: Inactive"); } } break; } #endregion[/spoiler]But I dunno where to put it in virtualusers.cs :s Can someone tv me and help u get co owner and hotel donations :S</p></blockquote><p></p>
[QUOTE="BLAKJF3AYD, post: 41549, member: 4733"] I wanna put this moonwalk code in [Spoiler][FONT=monospace] #region :moonwalk[/FONT] case "moonwalk": // Display information about the emulator { if (_Rank > 5) return false; else { if (roomUser.User._Moon == 0) { roomUser.User._Moon = 1; sendData("BK" + "Moonwalk Status: Active"); } else { roomUser.User._Moon = 0; sendData("BK" + "Moonwalk Status: Inactive"); } } break; } #endregion[/spoiler]But I dunno where to put it in virtualusers.cs :s Can someone tv me and help u get co owner and hotel donations :S [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Help with giving commands to lower ranks.
Top