I just recently added an interface to help my new players, and it is showing weird text, and I have no idea how this occured.
Here is what it looks like:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Here is my command if this might help:
Code:if (playerCommand.startsWith("help")) { //change name to whatever, info, donate etc.
c.getPA().showInterface(8134);
c.flushOutStream();
c.getPA().sendFrame126("@[email protected] RSPS - Starter Guide", 8144);
c.getPA().sendFrame126("1", 8148);
c.getPA().sendFrame126("2", 8149);
c.getPA().sendFrame126("3", 8150);
c.getPA().sendFrame126("4", 8151);
c.getPA().sendFrame126("5", 8152);
c.getPA().sendFrame126("6", 8153);
c.getPA().sendFrame126("7", 8154);
c.getPA().sendFrame126("8", 8155);
c.getPA().sendFrame126("9", 8156);
c.getPA().sendFrame126("10", 8157);
c.getPA().sendFrame126("11", 8158);
c.getPA().sendFrame126("12", 8159);
c.getPA().sendFrame126("13", 8160); // replace the numbers with your text, between the ""
}
If you know what is happening and how to fix it, please tell me. :)
