VIP can access full room.

Results 1 to 5 of 5
  1. #1
    Member kubom21 is offline
    MemberRank
    Jun 2009 Join Date
    99Posts

    VIP can access full room.

    Hello Guys !
    I'm using National GunZ Source 1.5.
    But i want VIP can't access full room !.
    My GunZ is now VIP can access every full room? How can i fix it ?
    Thanks you for reading !


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

    Re: VIP can access full room.

    bSkipPassword

  3. #3
    Member kubom21 is offline
    MemberRank
    Jun 2009 Join Date
    99Posts

    Re: VIP can access full room.

    Quote Originally Posted by qet123 View Post
    bSkipPassword
    Find it and then ?. Could you please give me more informations?

  4. #4
    Member Slime is offline
    MemberRank
    Jul 2011 Join Date
    HenesysLocation
    79Posts

    Re: VIP can access full room.

    Stable\MatchServer\MBMatchServer_Stage.cpp

    find
    // 운영자, 관리자면 제한없이 입장
    if (!((IsAdminGrade(pObj))||(IsVIPGrade(pObj))))

    fix
    // 운영자, 관리자면 제한없이 입장
    if (!((IsAdminGrade(pObj))))

  5. #5
    Member kubom21 is offline
    MemberRank
    Jun 2009 Join Date
    99Posts

    Re: VIP can access full room.

    Quote Originally Posted by Slime View Post
    Stable\MatchServer\MBMatchServer_Stage.cpp

    find
    // 운영자, 관리자면 제한없이 입장
    if (!((IsAdminGrade(pObj))||(IsVIPGrade(pObj))))

    fix
    // 운영자, 관리자면 제한없이 입장
    if (!((IsAdminGrade(pObj))))
    Yes. This is what i'm looking for :). Thanks



Advertisement