- Joined
- Jan 28, 2008
- Messages
- 695
- Reaction score
- 53
After I did the tutorial of Lambda to run more the one server, MatchAgent stopped working, NAT message appears, but still with Agent Error.
i dun think people will release this kind of tut, even if they release i dun think it will works, only some pros like wizkid had his server with 2 or more servers.
void __stdcall MMatchClient__SendCommandByUDP( MCommand* pCommand, const char* szIP, int iPort )
{
/* here you need to edit the IP's with your server ips and port, for example if the quest server has the UDP port 5601
you need to edit the correct line and put your IP and port. */
if( strcmp( szIP, "The freakin' 2nd server IP" ) == 0 )
{
if (iPort == 7777)
{
iPort = 7788;
}
}
}