problem convert values muid to int

Results 1 to 3 of 3
  1. #1
    Valued Member Iam Juan Carlos is offline
    MemberRank
    May 2013 Join Date
    104Posts

    problem convert values muid to int

    I have a small error here,



    2>ZGameClient.cpp(329): error C2664: 'MMatchClient::OnResponseMatchLogin' : can not convert parameter 8 pause a little mistake here, 'const MUID' to 'int'..

    I'm placing the VipShop Parts I post Sun God Of Mark.

    can you help?


  2. #2
    Apprentice Green Leaf is offline
    MemberRank
    May 2013 Join Date
    5Posts

    Re: problem convert values muid to int

    The 8th parameter of both the ZGameClient::OnResponseMatchLogin and MMatchClient::OnResponseMatchLogin functions aren't the same.

    You insert the int nECoins parameter on the ZGameClient function, but the MMatchClient function does not have the same argument.

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: problem convert values muid to int

    Just add "int" before those two variables.



Advertisement