Re: listing username's in a char toom lobby

  •  08-04-2009, 12:26 PM

    Re: listing username's in a char toom lobby

    Hi,
     
    Use ChatSystem.Instance.GetCurrentPortal() to get a ChatPortal object
     
    and use portal.GetPlace() to get ChatPlace and convert it to ChatLobbyChannel
     
    you should lock(portal) while access the kernal objects.
     
    Regards,
    Terry
View Complete Thread