View Single Post
  #4  
Old 06-29-2013, 06:49 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by scriptless View Post
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
preview();
}

function 
preview() {
  (
"Window_test").Destroy();
  new 
GuiControl("Window_test") {
    
useownprofile true;
    
profile.border 1;
    
screenwidth 162.5;
    
screenheight 150;
    
width 325;
    
height 100;
    
profile.fillcolor = {505050150};
  }

Still didn't work. I tried various things but can't figure it out.
That's strange...
Reply With Quote