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
Suggestions
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="JynX" data-source="post: 404415" data-attributes="member: 66193"><p>All you would need to do would be where it runs it execute a task</p><p>[CODE]</p><p>Task.Run(async delegate</p><p>{</p><p> Room.SendMessage(new ChatComposer(ThisUser.VirtualId, "* Pulls out MP5 *", 1, ThisUser.LastBubble));</p><p> await Task.Delay(5000);</p><p> Room.SendMessage(new ChatComposer(ThisUser.VirtualId, "* takes aim at " + Params[1] + " *", 1, ThisUser.LastBubble));</p><p>});</p><p>[/CODE]</p><p>Note the 5000 is the amount in ms so:</p><p>5000 = 5s</p><p>1000 = 1s</p><p>10000 = 10s</p></blockquote><p></p>
[QUOTE="JynX, post: 404415, member: 66193"] All you would need to do would be where it runs it execute a task [CODE] Task.Run(async delegate { Room.SendMessage(new ChatComposer(ThisUser.VirtualId, "* Pulls out MP5 *", 1, ThisUser.LastBubble)); await Task.Delay(5000); Room.SendMessage(new ChatComposer(ThisUser.VirtualId, "* takes aim at " + Params[1] + " *", 1, ThisUser.LastBubble)); }); [/CODE] Note the 5000 is the amount in ms so: 5000 = 5s 1000 = 1s 10000 = 10s [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Suggestions
Top