Thread: function...
View Single Post
  #18  
Old 05-23-2007, 03:01 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by xXziroXx View Post
I will be delighted to show you how it works!

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
GraalControl.height GUIContainer.height 56;

  new 
GuiControl("Hotbar_Main") {
    
width screenwidthheight 57;
    
0GUIContainer.height height;
      
    
GUIContainer.addControl(this);  // Note this line in particularly
  
}


I showed you how it works <3

Quote:
Originally Posted by Inverness View Post
Then you're a bad scripter. Good scripters try to help the community.
This thread already seems answered enough... I help with scripting errors plenty, there is nothing for me to say otherwise here.
__________________
Do it with a DON!
Reply With Quote