How to make a code working only for Clan War?

Results 1 to 3 of 3
  1. #1
    Kyura Ryukrey is offline
    MemberRank
    Jan 2010 Join Date
    ItalyLocation
    354Posts

    How to make a code working only for Clan War?

    /Title.. I have try with this: if(ZGetGame()->GetMatch()->IsLadderGame()) but IsLadderGame is not a member of ZMatch


  2. #2
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: How to make a code working only for Clan War?

    Code:
    if(ZGetGameClient()->IsLadderGame())
    ZChatOutput("You are lazy.");
    
    if(ZGetGameClient()->IsLadderGame())
    {
    //STUPID THINGS.
    }
    That was hard??

  3. #3
    Kyura Ryukrey is offline
    MemberRank
    Jan 2010 Join Date
    ItalyLocation
    354Posts

    Re: How to make a code working only for Clan War?

    Thanks George love you.. and yes MAYBE i am lazy. ;D



Advertisement