If I want to make 2 servers on the same comp... How would that work out? Would it be in the same source? to Open to? I want to make pvp and a plvl server.. I need help with that..
Code:
case 725002: //Tornado
{
if (CSocket.Client.Level >= 1)
[COLOR="Red"]if ((int)CSocket.Client.Class >= 140 && (int)CSocket.Client.Class <= 145)[/COLOR]
{
LearnSkill(1002, 0, CSocket);
}
else
{
Delete = false;
}
break;
}






