View Single Post
  #1  
Old 12-20-2012, 03:40 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
GuiPopUpMenuCtrl Profile Issues

No idea why it's not working. It's in a window ctrl with a lot of other gui's. None of the popups work period using this. I've also used quotation marks and it doesn't work either.... This does however work in a different gui in a different weapon, with quotations, just fine...

PHP Code:
new GuiPopUpMenuCtrl("Mail_Combo_MoveTo")
    {
      
      
profile GuiBluePopUpMenuProfile;
      
textprofile Armageddon_TextList;
      
scrollprofile Armageddon_Scroll;
      
299;
      
184;
      
width 94;
      
height 20;
      
useownprofile true;
      
clearrows();
      
addrow(0"Saved");
      
addrow(1"Inbox");
      
setSelectedRow(0);
    } 
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...



Last edited by sssssssssss; 12-20-2012 at 04:34 AM..
Reply With Quote