Thread: move to trash
View Single Post
CliptonHeist
Senior Member
Join Date: Feb 2016
Old 07-21-2019 , 17:56   Re: No perm no chat
Reply With Quote #3

Not sure if you can use | with CheckCommandAccess but you can try it:
PHP Code:
if(!CheckCommandAccess(Client"sm_somethingsomething"ADMFLAG_RESERVATION ADMFLAG_VOTE ADMFLAG_KICK)) 
Otherwise you could use overrides and assign a random command (e.g. "sm_somethingsomething") to those flags instead.
CliptonHeist is offline