[HELP] [PlusEMU R2] Where in emulator files to fix the kick/ban?

Destruct

FateRP Founder
Feb 12, 2012
548
6
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?

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
 
Last edited:

Brad

Well-Known Member
Jun 5, 2012
2,320
993
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?

if (LimitedNo > 0)
{
Message.AppendBoolean(false);
}
else
{
Message.AppendBoolean(GetBaseItem().AllowInventoryStack);
}
That is for LTD so LTD doesn't stack in your Inv, who told you this? lol do you get a packet error whenever someone tries to kick/ban?
 

Destruct

FateRP Founder
Feb 12, 2012
548
6
That is for LTD so LTD doesn't stack in your Inv, who told you this? lol do you get a packet error whenever someone tries to kick/ban?
Sorry added wrong code, Fixed it.
And I never looked at the emulator during that bug. But nothing happens in-game.
 
UPDATE: yes I get a packet error. it says, "Packet Error!"
 
-bump-
 
Can anyone help me with a solution?
 

Users who are viewing this thread

Top