Author Topic: Adding a button to the Playerlist  (Read 312 times)

Hello! I'm trying to add a button to the Player list GUI, but I'm having a bit of a problem.
Namely, I don't quite see how this:



makes this:



I'm trying to get the Bug-Me-Not button to be aligned with the trust/minigame buttons
and the sort buttons. It's aligned in the way I want with the trust buttons,
but not with the sort buttons.


Can anyone think of a reason this might occur?

You need to add it to the window control, not the GUI.
NPL_Window.add(..);

That made it work, thanks! :D