View Single Post
  #2  
Old 09-04-2011, 04:44 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
Constantly re-creating the GUIs is not a good idea.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
// list stuff
  
createGUIs();
}

function 
createGUIs() {
  
// create GUIs here
    // set visible to false in each GUI
}

function 
onTimeout() {
  
// make the GUI you need visible
  // set it's X and Y position
} 
You really only need one GUI object for Staff Rank and should just change the text based on what list they're in.
__________________
Quote:
Reply With Quote