>>fix the antilead source of jur13n

Results 1 to 6 of 6
  1. #1
    Member t0niex is offline
    MemberRank
    Jul 2011 Join Date
    81Posts

    talk >>fix the antilead source of jur13n

    how to fix the antilead source of jur13n ? It does not work for clan war

    i tried, in Game.cpp:

    if(ZGetGameClient()->GetChannelType() == MCHANNEL_TYPE_CLAN)
    Look under : if(ZGetGameClient()->GetMatchStageSetting()->GetAntiLead() == false)
    Change to : if(ZGetGameClient()->GetMatchStageSetting()->GetAntiLead() == true)
    and doesn't work help please


  2. #2
    Account Upgraded | Title Enabled! suhil1 is offline
    MemberRank
    Apr 2010 Join Date
    310Posts

    Re: >>fix the antilead source of jur13n

    Quote Originally Posted by t0niex View Post
    how to fix the antilead source of jur13n ? It does not work for clan war

    i tried, in Game.cpp:



    and doesn't work help please
    MMatchServer_Ladder.cpp
    find:
    pGroup->SetAntiLeadMatching(false);

    replace with
    pGroup->SetAntiLeadMatching(true);

  3. #3
    Member t0niex is offline
    MemberRank
    Jul 2011 Join Date
    81Posts

    Re: >>fix the antilead source of jur13n

    Quote Originally Posted by suhil1 View Post
    MMatchServer_Ladder.cpp
    find:
    pGroup->SetAntiLeadMatching(false);

    replace with
    pGroup->SetAntiLeadMatching(true);
    I tried and nothing ,still does not work the anti lead for CW

  4. #4
    Member t0niex is offline
    MemberRank
    Jul 2011 Join Date
    81Posts

    Re: >>fix the antilead source of jur13n

    nobody can help me? I have still the problem :(

  5. #5
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: >>fix the antilead source of jur13n

    please use search button i already released a fix before ..

  6. #6
    Proficient Member kryst4l is offline
    MemberRank
    Sep 2016 Join Date
    164Posts

    Re: >>fix the antilead source of jur13n

    Can you share me source of jur13n thank s very much



Advertisement