Thread: Hiding gui
View Single Post
  #24  
Old 09-27-2004, 09:09 PM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
Quote:
Originally Posted by Zero Hour
I'm not sure, but isn't there a way draw a GUI on a certain screen level so that it doesn't actually timeout, etc. (Although I suppose you would need them to draw the health bars, etc.)

*shrug* Maybe it was already mentioned.
I think you can just do showimg/showtext with layer 4+ and it stays shown on the screen.

NPC Code:

if (playerenters) {
showtext 200,screenwidth-2,screenheight-16,r,verdana,hello;
changeimgvis 200,4;
changeimgzoom 200,.7;
}



I believe thats what I did.