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 !
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 !
bSkipPassword
Stable\MatchServer\MBMatchServer_Stage.cpp
find
// 운영자, 관리자면 제한없이 입장
if (!((IsAdminGrade(pObj))||(IsVIPGrade(pObj))))
fix
// 운영자, 관리자면 제한없이 입장
if (!((IsAdminGrade(pObj))))