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
Coloured Usernames Release [PlusEmu]
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="Mikee" data-source="post: 419190" data-attributes="member: 76567"><p>On the UserNameChangeComposer Right Click and choose add the namespace for that function or whatever it may be called (i don't remember exactly) but theres an option that lets you add the namespace automatically.</p><p></p><p>Then for GetIgnores</p><p>I don't know Plus R1 off the top of my head, but what I would do is type </p><p>User.GetClient().GetHabbo().</p><p></p><p>then when you type the "." it'll have a list of methods, getter/setters, and non-encapsulated variables pop down. Find one that is similar to GetIgnores, use your logic for this.</p><p>If you can't figure it out then just remove that "or" clause from the if statement entirely. Won't make a huge difference.</p><p>Won't spoon feed you much anymore, so good luck.</p></blockquote><p></p>
[QUOTE="Mikee, post: 419190, member: 76567"] On the UserNameChangeComposer Right Click and choose add the namespace for that function or whatever it may be called (i don't remember exactly) but theres an option that lets you add the namespace automatically. Then for GetIgnores I don't know Plus R1 off the top of my head, but what I would do is type User.GetClient().GetHabbo(). then when you type the "." it'll have a list of methods, getter/setters, and non-encapsulated variables pop down. Find one that is similar to GetIgnores, use your logic for this. If you can't figure it out then just remove that "or" clause from the if statement entirely. Won't make a huge difference. Won't spoon feed you much anymore, so good luck. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Coloured Usernames Release [PlusEmu]
Top