View Single Post
  #15  
Old 02-29-2008, 05:23 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by cbkbud View Post
Ehh ... isn't that players[i].external ... meaning if they are IRC or on another server?

You can just do something like this:

PHP Code:
with GUIContainer )
{
  new 
GuiWindowCtrl() // etc

or I believe
PHP Code:
new GuiWindowCtrl"s" )
{
  
}
GUIContainer.addControl); 
Exactly. I often do:
PHP Code:
new GuiWindowCtrl("foo") {
  
GUIContainer.addControl(this);

__________________
Do it with a DON!
Reply With Quote