December 26th, 2012 06:25 PM
December 22nd, 2012 04:27 PM
Hi.
I'm making a server/client project where a client can connect to my server and be able to chat and stuff.
I seem to be having trouble with something that confuses me. If I connect my client...
August 5th, 2012 02:41 PM
Thanks! Do I still declare Users as a new list in the Group function?
August 5th, 2012 01:00 AM
Ok, I will clear everything up now.
I have a TCP server that allows clients to connect and chat. I want a user (Specified in the User.cs Class) to create a group, then be able to invite other...
August 4th, 2012 11:25 AM
Thanks for your help. The party.mUsers.Count(); was a type, it's supposed to be group.Users.Count();. I do take the other parts into consideration, like you said, checking to see if the user is...
August 3rd, 2012 03:46 PM
Sorry to be a spoonfeeder but how do I prevent that from happening?
August 2nd, 2012 01:21 PM
Hi
to briefly explain what I'm trying to do, is the following:
1 user creates a group, and the 2nd joins the specified group.
My problem is that the Count is off, I'm doing something wrong...