I need help with this command, to make it Show the text in the interface, whats the Codes that i have to add below
Code:
c.getPA().showInterface(6028);
?
Is it something like this??? HELP PLEASe
Code:
c.sendframe("MESSAGE HERE", 6029);
i think itryd that and it wont work? help please
Code:
if (playerCommand.equalsIgnoreCase("commands")) {
c.getPA().showInterface(6028);
c.sendframe("@[email protected] Commands @[email protected]@[email protected] ::players, ::changepassword, ::barrows, ::rzp and, ::agility");
c.sendMessage("@[email protected] commands @[email protected]@[email protected] ::mute, ::unmute, ::ipmute, ::unipmute, ::yell");
c.sendMessage("@[email protected] commands @[email protected]@[email protected] ::leader, ::ban, ::ipban, ::unban, ::unipban ::yell");
}