Hello everyone, how you all doing !
So, I know this is easy, but since skhan asked about it Imma release it
This will make your new grade have the admin powers (such as: /admin_wall ... all these commands xD)
CSCommon/MMatchObject.h
Search for IsAdminGrade(MMatchUserGradeID nGrade)
Under
AddCode:(nGrade == MMUG_ADMIN) ||
Gunz/ZChat.cppCode:(nGrade == MMUG_new_grade) ||
Search for ZChatCmdManager::CIF_ADMIN;
You'll see somewhere above it, this line
Add under itCode:(ZGetMyInfo()->GetUGradeID() == MMUG_DEVELOPER) ||
Gunz/ZMyInfo.hCode:(ZGetMyInfo()->GetUGradeID() == MMUG_new_grade) ||
Search for IsAdminGrade()
At the end you'll see
Add after it (after ||)Code:(GetUGradeID() == MMUG_ADMIN) ||
This should DO THE JOB xD, you can build now !Code:(GetUGradeID() == MMUG_new_grade)
Please let me know if I missed a spot
Thank you <3





![Making The New Grade As Admin [1.5]](http://ragezone.com/hyper728.png)


