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?
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
to
internal static int KickUserOfRoom = 1881; //akl
and change
internal static int RoomBanUser = 1762;//akl
to
internal static int RoomBanUser = 1881;//akl
Last edited: