Quote:
Originally Posted by cbkbud
*sniffle*
Okay
Can you tell me the name of the delete button so I can just do BUTTONPLX.destroy() for now?
|
Late reply, but meh, not like I'm active these days.
PHP Code:
//#CLIENTSIDE
function onCreated()
{
echo("--- GUI Controls START ---");
for (tmp: GraalControl.controls) {
echo(tmp);
}
echo("--- GUI Controls END ---");
}
Once you know the name of the Client RC GUI name, replace "GraalControl" with the name of it to find out about buttons etc. on the default client RC window.
Oh and, not entirely sure if its "GraalControl" or something else, but that's the name I think I remember. That, and GUIContainer ^_^