Max_char_count

Results 1 to 7 of 7
  1. #1
    Valued Member orionet is offline
    MemberRank
    Jun 2007 Join Date
    116Posts

    Max_char_count

    I want to reduce the number of characters from 4 to 2

    tell me which way to look MAX_CHAR_COUNT to reduce characters to 2

    ZSelectCharacterInfo ZCharacterSelectView::m_CharInfo[MAX_CHAR_COUNT];

    or it is written in the database?

    sorry google translate.
    Last edited by orionet; 11-07-13 at 06:53 PM.


  2. #2
    Ninja Goblin HellSniper is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    1,791Posts

    Re: Max_char_count

    This is a english forum, you may only post in english '-' ...

  3. #3
    Valued Member orionet is offline
    MemberRank
    Jun 2007 Join Date
    116Posts

    Re: Max_char_count

    Quote Originally Posted by HellSniper View Post
    This is a english forum, you may only post in english '-' ...
    ok sorry. need help about thise MAX_CHAR_COUNT

  4. #4
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Max_char_count

    #define MAX_CHAR_COUNT 4
    in MMatchGlobal.h ??

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

    Re: Max_char_count

    Quote Originally Posted by Forean View Post
    #define MAX_CHAR_COUNT 4
    in MMatchGlobal.h ??
    I think there's more into it than that, might work though.

  6. #6
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Max_char_count

    Quote Originally Posted by Vusion View Post
    I think there's more into it than that, might work though.

    I'm just wondering if that was what he was refering to tbh

  7. #7
    Valued Member orionet is offline
    MemberRank
    Jun 2007 Join Date
    116Posts

    Re: Max_char_count

    Quote Originally Posted by Forean View Post
    #define MAX_CHAR_COUNT 4
    in MMatchGlobal.h ??
    Thanks for help! Like



Advertisement