08-06-2008, 08:11 PM
viewtopic.php?f=69&t=895&st=0&sk=t&sd=a
Says:
Object doesn't support this property or method.
Quote:Function IsConnected(ByVal Index As Long) As Boolean
IsConnected = False
If Index = 0 Then Exit Function
If GameServer Is Nothing Then Exit Function
If Not GameServer.Sockets(Index).Socket Is Nothing Then
IsConnected = True
End If
End Function
Says:
Object doesn't support this property or method.