View Single Post
  #3  
Old 06-29-2013, 06:45 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
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.
Reply With Quote