How to add 1x1 CW famous Ladder Game.

Results 1 to 4 of 4
  1. #1
    Apprentice Topete001 is offline
    MemberRank
    Apr 2010 Join Date
    24Posts

    How to add 1x1 CW famous Ladder Game.

    could someone help me put cw 1x1 on my server? thank you.


  2. #2
    Its Friday :D! trunksx is offline
    MemberRank
    Feb 2007 Join Date
    PerúLocation
    232Posts

    Re: How to add 1x1 CW famous Ladder Game.

    its pretty easy just see how cw works there is a:
    -enum MLADDERTYPE
    -int g_nNeedLadderMemberCount


    there is also a caller function:
    - ZPostLadderRequestChallenge(char** ppMemberCharNames, const int nMemberCount, unsigned long int nOptions)

    -so you should add a button and then a listener to it and call :
    ZPostLadderRequestChallenge(pName, 1, 0);


  3. #3
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: How to add 1x1 CW famous Ladder Game.

    It's already there as far as I know, just uncomment the lines or comment the debug mode checks.

  4. #4
    Its Friday :D! trunksx is offline
    MemberRank
    Feb 2007 Join Date
    PerúLocation
    232Posts

    Re: How to add 1x1 CW famous Ladder Game.

    like i said its pretty easy, btw is not that simpler... depending where do you want to put it will require some source edits and adding the point counter for the ladder ranking.



Advertisement