Thread: gui stuff
View Single Post
  #6  
Old 08-31-2008, 07:24 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
well, the position of the GuiTextCtrl is still blocking it, unless you mean there is a command to do that...?

Basically, it goes:
HTML Code:
guiWindowCtrl() {
  //stuff
  guiTextCtrl() {
    position = {x, - 30}; //Will draw it on the guiWindowCtrl tab
  }
}
Reply With Quote