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 Releases
Server Releases
Welcome Bot
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="CosmoPeak" data-source="post: 428169" data-attributes="member: 68352"><p>Not just that, but the only method used from the `User` paramter is `GetHabbo()`, even though it's already inside the Habbo class...</p><p></p><p>Secondly, from the code posted, it looks like the bot is going to be removed straight away...</p><p></p><p>Creating a thread that sleeps for 60,000 doesn't block the methods after it from running, as the sleep is done in the separate thread. If you want the stuff after it delayed, you need to put it after the sleep inside the thread body as well. However, I don't know how thread-safe that would be.</p></blockquote><p></p>
[QUOTE="CosmoPeak, post: 428169, member: 68352"] Not just that, but the only method used from the `User` paramter is `GetHabbo()`, even though it's already inside the Habbo class... Secondly, from the code posted, it looks like the bot is going to be removed straight away... Creating a thread that sleeps for 60,000 doesn't block the methods after it from running, as the sleep is done in the separate thread. If you want the stuff after it delayed, you need to put it after the sleep inside the thread body as well. However, I don't know how thread-safe that would be. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Welcome Bot
Top