[HELp] Two Character Same, Login at the same time

08/01/2011 18:51 kamustre15733#1
someone help me fix this bug?
08/01/2011 19:46 Spirited#2
Concurrent Dictionary
08/01/2011 19:48 zTek#3
If your referring to NCOS, I think Arco released a fix for this (Not 100% sure).
Otherwise, it would be nice to mention the source your using.
08/02/2011 01:31 BaussHacker#4
Code:
//Load Entity + Load Client
Client client = Kernel.GetClientByName((sclient.owner as Client).Entity.Name);
if (client != null)
    return;

//Add Client To Collection
Example.