-
Hi, Im Ryuzu
Change access to commands
Like says the title
I want know how i can change the access like
Ex.
/admin_wall for UGrades 251,250.
Any help?
-
-
Re: Change access to commands
inline bool IsAdminGrade(MMatchUserGradeID nGrade)
{
if ((nGrade == MMUG_EVENTMASTER) ||
(nGrade == MMUG_ADMIN) ||
(nGrade == MMUG_DEVELOPER) ||
(nGrade == 251) ||
(nGrade == 250)) return true;
return false;
}
-
Hi, Im Ryuzu
Re: Change access to commands
Where? Or the name of the file.
-
Re: Change access to commands
use ctrl +f in vs and check intire source and click find :)
or mmatchobject.h
a thanks would be nice mate :0
Last edited by own_prox; 06-06-13 at 03:44 AM.
-
Hi, Im Ryuzu
Re: Change access to commands
Sorry but im on my phone no like button here :/ but ill give u
Thanks dude.
-
Re: Change access to commands