View Single Post
  #2  
Old 10-01-2013, 02:11 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Try wrapping it in a GUIControl and use bringtofront(); or just try using bringtofront();

I.e.

PHP Code:
new GuiControl("Whatever") {
  new 
GuiShowImgCtrl() {
    
// stuff
  
}
  
bringtofront();

__________________
Quote:
Reply With Quote