09-06-2008, 02:24 AM
Well I thought of taking a new approach.
viewtopic.php?f=69&t=1468
RTE 9
Highlights: Set Item = mCol(vntIndexKey)
My MAX_PLAYERS is 500 and the vntIndexKey always stops at 491 and anything above that. If I set the max to 300 then it stops at 291. Wtf?
Any suggestions?
viewtopic.php?f=69&t=1468
RTE 9
Code:
Public Property Get Item(vntIndexKey As Variant) As clsSocket
Set Item = mCol(vntIndexKey)
End Property
Highlights: Set Item = mCol(vntIndexKey)
My MAX_PLAYERS is 500 and the vntIndexKey always stops at 491 and anything above that. If I set the max to 300 then it stops at 291. Wtf?
Any suggestions?