View Single Post
  #2  
Old 01-19-2012, 07:11 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Using the actual template and not 'block.png' works.

You're pretty much on the right track from there. If you want to do small one-time modifications you can use 'useownprofile'. I.e:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  new 
GuiWindowCtrl("Test_Window") { 
    
profile GuiBlueWindowProfile;
    
useownprofile true;
    
profile.transparency 0.5;
    
10
    
10
    
width 160
    
height 80
    
text "Window"
  } 

Included the template and other files.
Attached Images
 
Attached Files
File Type: zip levels3d.zip (127.4 KB, 143 views)
__________________
Quote:
Reply With Quote