ok, ive looked and once i package this ill retest, but should this work?
exec("./control.gui");
exec("./control.gui");
function Kill(%client)
{
ServercmdSelf Delete(findclientbyname(%client));
}
tell me whats wrong, the gui is just a button and a textbox, you are suppose to type in the name and it kills that person.