View Single Post
  #2  
Old 02-12-2010, 01:42 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Like I explained in this thread: http://forums.graalonline.com/forums...hp?t=134257982

You should be hiding/showing these GUI's instead of destroying them.

In that case:

PHP Code:
function onKeyPressed(codekey){
 if (
key == "w"Stats_Window1.visible = !Stats_Window1.visible;

Reply With Quote