My patch won't work

Results 1 to 4 of 4
  1. #1
    Member liel2012 is offline
    MemberRank
    Jan 2012 Join Date
    IsraelLocation
    41Posts

    My patch won't work

    Watch the movie i made and help me please. pm me :)






  2. #2
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Re: My patch won't work

    Have you forwarded port 80?

  3. #3
    Member liel2012 is offline
    MemberRank
    Jan 2012 Join Date
    IsraelLocation
    41Posts

    Re: My patch won't work

    Yeah...

  4. #4
    Sorcerer Supreme kamote is offline
    Member +Rank
    Mar 2012 Join Date
    Maplewood, MOLocation
    326Posts

    Re: My patch won't work

    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:
    Code:
    void CBetaPatchClientApp::RunClient()
    and change the sunkist to whatever it is in your server( I don't know what it is called ).
    Code:
    TCHAR szBuffer[2048];
    	int nCount = _snprintf( szBuffer, 2047, "Neuz.exe %s", "sunkist" );
    	if( nCount <= 0 )
    		return;
    oh.. If your not sure what it is on your server ( the sunkist one ), you can see it in your source.
    It's inside this function:
    Code:
    BOOL ParseCmdLine( LPCTSTR lpCmdLine )



Advertisement