Hallo ehm ich will den Clienten bearbeiten für meinen Pserver ehm untzwar hab ich in der Serverinfo.py meine IP eingegeben so
aber wenn ich starte und connecten will ist immer noch fehler bei verbindung ich hab auch gekuckt server ist on was mach ich falsch =?
Code:
if locale.IsEUROPE():
info = {
'MARKADDR': {
10: {
'tcp_port': 90000, 'ip': "[COLOR=SandyBrown]MEINE IP[/COLOR]", 'symbol_path': '10', 'mark': '10.tga'
}
},
'GAMEADDR': {
0: {
1: {
'name': "[COLOR=SandyBrown]MEIN PSERVER"[/COLOR],
'channel':
{
1: {
'state': '...', 'name': 'CH1 ', 'key': 11, 'ip': "[COLOR=SandyBrown]MEINE IP[/COLOR]", 'tcp_port': 90000, 'udp_port': 90000
}
}
},
} }, 'NAME': { 0: 'GERMANY' }, 'AUTHADDR': { 0: {
1: {
'ip': "[COLOR=SandyBrown]MEINE IP[/COLOR]", 'port': 11002
}
} }
}
STATE_NONE = "..."