View Single Post
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 03-19-2020 , 03:28   Re: Muting everybody then unmuting after some seconds
Reply With Quote #2

the red part is where i think is the problem

Quote:
if(IsClientInGame(i) && !IsFakeClient(i) && IsPlayerAlive(i) && !(iFlags & ADMFLAG_BAN) && GetClientTeam(i) == 2) {

if(IsClientInGame(i) && !IsFakeClient(i) && (iFlags & ADMFLAG_GENERIC) && GetClientTeam(i) == 2) {
__________________

Last edited by 8guawong; 03-19-2020 at 03:29.
8guawong is offline