View Single Post
  #2  
Old 12-08-2007, 09:43 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by cbkbud View Post
*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 (
tmpGraalControl.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 ^_^
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote