View Single Post
  #4  
Old 05-11-2008, 05:13 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
PHP Code:
new GuiShowImgCtrl"Inventory_Window" )
{
  
0;
  
0;
  
width 200;
  
height 200;
  
image "inventory.png";
  new 
GuiShowImgCtrl"Inventory_Item" )
  {
    
width 32;
    
height 32;
    
20;
    
20;
    
image player.weapon.image;
  }

__________________
Reply With Quote