| sssssssssss |
12-20-2012 03:40 AM |
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;
x = 299;
y = 184;
width = 94;
height = 20;
useownprofile = true;
clearrows();
addrow(0, "Saved");
addrow(1, "Inbox");
setSelectedRow(0);
}
|