Thread: Custom Gui
View Single Post
  #4  
Old 02-24-2007, 12:36 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
PHP Code:
temp.profile = new GuiWindowProfile("NiromiaWood");

with (temp.profile)
{
     
bitmap "guiwood_niromia.png";
}

new 
GuiWindowCtrl("GuiWindow")
{
     
profile NiromiaWood;
     
     
// . . .

__________________
What signature? I see no signature?
Reply With Quote