Thanks
Oh, I forgot to mention that they return
-1 if it isn't found.
How do you get a list of everyone on the server?
There's a group of gameConnection objects called
clientGroup which (as all groups do) has the functions
getCount() and
getObject(index), which returns the amount of clients and a specific client, respectively. IIRC for loops have been demonstrated before in this topic.