Need Help Again.

Results 1 to 4 of 4
  1. #1
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Need Help Again.

    1. I can't using /clan close command. My server is Quest. If using for Quest only, how i make Quest/Clan server ?
    2. I want when using /admin_wall and when chat, it show real name.
    With wall command, ex : Administrator : AD_01 : Msg...
    3. When my friend and i play duel tournament, the result not show in Table Bottom DT Lobby, how to make it show?


  2. #2
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Need Help Again.

    With what are you compiling the source? I mean which Release/Debug mode?
    Normally they are not buggs like that in the source

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

    Re: Need Help Again.

    Quote Originally Posted by Gun[Lengend] View Post
    1. I can't using /clan close command. My server is Quest. If using for Quest only, how i make Quest/Clan server ?
    2. I want when using /admin_wall and when chat, it show real name.
    With wall command, ex : Administrator : AD_01 : Msg...
    3. When my friend and i play duel tournament, the result not show in Table Bottom DT Lobby, how to make it show?
    Im giving hints only:
    1.Clan close is from database,for Q+C try to understand and replace MSM_TEST to MSM_CLAN
    2.GetName function will done the job, there is tens of exampls on the source
    3.First of all DT works with 8 players, so you probably f*cked sth in the source to make it 2... So i belive this ruin it
    GoodNight

  4. #4
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Need Help Again.

    2.GetName function will done the job, there is tens of exampls on the source
    It can be done in ZCharacter.cpp.
    ZGame and ZPlaylistBox can using m_Property.GetName() cause the class not void in this file. Don't know how to define it in C++.
    3.First of all DT works with 8 players, so you probably f*cked sth in the source to make it 2... So i belive this ruin it
    Sorry i noob english and i express wrong i mean. I Play with 8 people.
    And ... help me again.
    1.Clan close is from database
    Can you tell more ?
    for Q+C try to understand and replace MSM_TEST to MSM_CLAN
    It from Match Server or Gunz ?

    Some command can't use :
    Code:
    _CC_AC("admin_mute",	&ChatCmd_AdminMutePlayer,	CCF_ADMIN, ARGVNoMin, 2, true, "/admin_mute <charname> <due>", "");		// 2010-08-09 ¼öÁ¤µÊ - È«±âÁÖ
    	_CC_AC("admin_block",	&ChatCmd_AdminBlockPlayer,	CCF_ADMIN, ARGVNoMin, 2, true, "/admin_block <charname> <due>", "");	// 2010-08-09 ¼öÁ¤µÊ - È«±âÁÖ
    Due is the reason, right ?
    And i type it in game : /admin_mute ABCXYZ Test
    It not working, how to fix?



Advertisement