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
[HELP] [PlusEMU R2] Where in emulator files to fix the kick/ban?
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="Destruct" data-source="post: 333602" data-attributes="member: 12843"><p>Hello, I am trying to add a code to fix the ability of kicking or banning someone out of the room as a normal user. I was told to add this code.</p><p>But where in the emu files and after or before which code do I add it?</p><p></p><p>[SPOILER="Code"]</p><p>internal static int KickUserOfRoom = 1762; //akl</p><p>to</p><p>internal static int KickUserOfRoom = 1881; //akl</p><p>and change</p><p>internal static int RoomBanUser = 1762;//akl</p><p>to</p><p>internal static int RoomBanUser = 1881;//akl</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Destruct, post: 333602, member: 12843"] Hello, I am trying to add a code to fix the ability of kicking or banning someone out of the room as a normal user. I was told to add this code. But where in the emu files and after or before which code do I add it? [SPOILER="Code"] internal static int KickUserOfRoom = 1762; //akl to internal static int KickUserOfRoom = 1881; //akl and change internal static int RoomBanUser = 1762;//akl to internal static int RoomBanUser = 1881;//akl [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] [PlusEMU R2] Where in emulator files to fix the kick/ban?
Top