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
PlusEmulator Command Cooldowns
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="JayC" data-source="post: 386175" data-attributes="member: 36373"><p>[SPOILER="long ass quote"]</p><p>[/SPOILER]</p><p>[CODE]int num = checked(5 - Cooldown.Seconds);[/CODE]</p><p>This number does absolutely nothing. You're declaring an int everytime this command is executed then doing nothing with it.</p><p>[CODE]Session.SendWhisper("Cooldown! You must wait 5 seconds until you can do that!");[/CODE]</p><p>You could show them the timer since you have Cooldown.Seconds (I believe this is what NUM was supposed to be used for...)</p><p>[CODE]Session.SendWhisper("Cooldown! You must wait " + num + " seconds until you can do that!");[/CODE]</p></blockquote><p></p>
[QUOTE="JayC, post: 386175, member: 36373"] [SPOILER="long ass quote"] [/SPOILER] [CODE]int num = checked(5 - Cooldown.Seconds);[/CODE] This number does absolutely nothing. You're declaring an int everytime this command is executed then doing nothing with it. [CODE]Session.SendWhisper("Cooldown! You must wait 5 seconds until you can do that!");[/CODE] You could show them the timer since you have Cooldown.Seconds (I believe this is what NUM was supposed to be used for...) [CODE]Session.SendWhisper("Cooldown! You must wait " + num + " seconds until you can do that!");[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEmulator Command Cooldowns
Top