PDA

View Full Version : testing interfaces?



gamerbug
July 16th, 2010, 22:27
alright, I'm runnning a 517 server, and I've been looking for new interfaces, and found a list alright?
I need some way to test them, other than a command with them.. :/
my source doesn't have a ::interface command, and I do not know how to make/get one other than going through a bunch of sources trying to find one.. I was wondering if anyone had a source with one, that would be willing to copy/paste it into the a reply, or teach me how too??
I was thinking, taking like a ::gfx command, and changing the variables to a interface one.. but idk if that would work.. :/ help?

millennium
July 16th, 2010, 22:45
else if (cmd[0].equals("interface")) {
p.frames.showInterface(p, Integer.parseInt(cmd[1]));
}

millennium
July 16th, 2010, 22:45
change the p.frames.showInterface to you interface showup code

gamerbug
July 17th, 2010, 05:54
awesome thank you! :)