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
I FIXED IT, CLOSE THIS HELP THREAD, THANKS TO TRYING TO HELP, @JayCustom and @Core
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="Leon121" data-source="post: 394387" data-attributes="member: 54701"><p>This code might worked, don't seems to get this error agian. (but the command, :commands, still won't work)</p><p>-------------------------------------------------------------------------------</p><p>And what do I'm gonna do with that code? [USER=36373]@JayCustom[/USER] </p><p>[CODE]if (!string.IsNullOrEmpty(CmdList.Value.PermissionRequired))</p><p> {</p><p> if (!Session.GetHabbo().GetPermissions().HasCommand(CmdList.Value.PermissionRequired))</p><p> continue;</p><p> }</p><p> </p><p> List.Append(":" + CmdList.Key + " " + CmdList.Value.Parameters + " - " + CmdList.Value.Description + "\n");</p><p>}[/CODE]</p><p>[doublepost=1483643044][/doublepost]Okay, so I tested 2 emulator's (Plus)</p><p>No one worked to type in the command, :commands.</p><p>Well, then its my PC. What can be the problem?</p><p>[USER=72270]@Core[/USER] [USER=36373]@JayCustom[/USER] [USER=18160]@JMG[/USER]</p></blockquote><p></p>
[QUOTE="Leon121, post: 394387, member: 54701"] This code might worked, don't seems to get this error agian. (but the command, :commands, still won't work) ------------------------------------------------------------------------------- And what do I'm gonna do with that code? [USER=36373]@JayCustom[/USER] [CODE]if (!string.IsNullOrEmpty(CmdList.Value.PermissionRequired)) { if (!Session.GetHabbo().GetPermissions().HasCommand(CmdList.Value.PermissionRequired)) continue; } List.Append(":" + CmdList.Key + " " + CmdList.Value.Parameters + " - " + CmdList.Value.Description + "\n"); }[/CODE] [doublepost=1483643044][/doublepost]Okay, so I tested 2 emulator's (Plus) No one worked to type in the command, :commands. Well, then its my PC. What can be the problem? [USER=72270]@Core[/USER] [USER=36373]@JayCustom[/USER] [USER=18160]@JMG[/USER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
I FIXED IT, CLOSE THIS HELP THREAD, THANKS TO TRYING TO HELP, @JayCustom and @Core
Top