View Single Post
11-30-12, 08:59 PM   #1
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar
Join Date: Dec 2008
Posts: 62
kgPanels sh*ts on my carpet every time I log off

http://postimage.org/gallery/84fcqd04/

pic ONE is when I log in, pic TWO is after a /rl (/reload) with the panels placed correctly.

what in the aslkdjhaslkdjaskjdhb is causing this ?? I swear everything is anchored and locked
only started happening after I made the chat background (it toggles on/off when clicked)

Code:
if pressed then
    if kgPanel16:IsVisible() then
        kgPanel16:Hide()
    else
        kgPanel16:Show()
    end
end
the other panels that create the chat bg are parented to panel 16 so the whole bugger hides

any ideas?

Last edited by feraldrood : 12-01-12 at 05:11 PM. Reason: fixed link
  Reply With Quote