i have this from how to make a gui
exec("./Testgui.gui");
moveMap.bind(keyboard, "m", pushTestgui);
function testcommand()
{
MessageBoxOK("Thanks!","You have just pressed a button on a test GUI!");
}
i need to know how to replace
MessageBoxOK("Thanks!","You have just pressed a button on a test GUI!");
with a command like jail so if i highlight there name then click the jail button they will be jailed