Quote Originally Posted by voron00 View Post
Check sv_master1...2..3..4..5 cvars. Make sure sv_master1 is set to cod2master.activision.com. Also don't use a modded binary with llibcod, libcod already has all necessary patches in it (va, localized messages, etc.) and make sure sv_noauthorize is set to 0.
Thank you i figured out what the problem was...

I ported my serverconfig.cfg from Cod2 v1.2 to v1.3 without doing any changes...

So i used it like it was years ago...

Code:
//Master-Server
seta sv_master0 "cod2master.activision.com"
//seta sv_master1 "master0.gamespy.com"
//seta sv_master2 "master1.gamespy.com"
//seta sv_master3 "cod2authorize.activision.com"
//seta sv_master4 "cod2master.infinityward.com"
And without libcod it is no problem, but it looks like libcode need it to be sv_master1

So this works for me...

Code:
seta sv_master1 "cod2master.activision.com"
+sv_noauthorize 0
+set sv_cracked 1