Watch the movie i made and help me please. pm me :)
http://www.youtube.com/watch?v=hTsgf...ature=youtu.be
Printable View
Watch the movie i made and help me please. pm me :)
http://www.youtube.com/watch?v=hTsgf...ature=youtu.be
Have you forwarded port 80?
Yeah...
are you using the fame patcher? if yes maybe you forgot to change the fameguy to sunkist or whatever it is on your server. If you're using the source, look for this function:
and change the sunkist to whatever it is in your server( I don't know what it is called ).Code:void CBetaPatchClientApp::RunClient()
oh.. If your not sure what it is on your server ( the sunkist one ), you can see it in your source.Code:TCHAR szBuffer[2048];
int nCount = _snprintf( szBuffer, 2047, "Neuz.exe %s", "sunkist" );
if( nCount <= 0 )
return;
It's inside this function:
Code:BOOL ParseCmdLine( LPCTSTR lpCmdLine )