IPAddress check ....

07/08/2010 14:50 dodolinobobo#1
I tried alot but i don't have any ideea how to do this ip check at login...
i've started with
Code:
if (!IPAddress ==
But i don't know how to check the other ip address from other chars...

anyone have an ideea?
07/08/2010 16:29 Arcо#2
GC.Soc.RemoteEndPoint
07/08/2010 20:30 dodolinobobo#3
i'm not using 5165,but i will try somethink like this...
07/08/2010 22:16 MonstersAbroad#4
It will be near-enough the same find whatever it is like Client.Soc or whatever
07/08/2010 23:07 dodolinobobo#5
I need ip check for my pvp server,so in a map you get cps...

now i use somethink like "when you kill somebody the server checks ip addresses and if they are the same,you get disconected and ... Console.WriteLine("Names"); so they will be banned.
07/09/2010 02:23 Arcо#6
It will be GC
GC isn't only GameClient.
This will work.