View Single Post
wyd3x
Senior Member
Join Date: Sep 2012
Old 12-27-2015 , 02:50   Re: [CS:GO] JailBreak - Be quiet, please!
Reply With Quote #7

Why you don`t do this:

PHP Code:
//When speak Warden..
public bool OnClientSpeakingEx(client)
{
    if (
warden_iswarden(client))
    {
        for (
int i 1<= MaxClientsi++)
        {
            if(
IsClientInGame(i))
            {
                if (
GetClientTeam(i) == CS_TEAM_T && GetUserAdmin(i) == INVALID_ADMIN_ID)
                {
                    
SetClientListeningFlags(iVOICE_MUTED);
                    
PrintCenterText(i"Warden speaks, you have been muted.");
                }
            }
        }
    }

And looks great Thanks!
__________________
my plugins:
deleter v2.1 || [Store] Chat Color (1.2) - csgo || [Store] Award winner team
need a private plugin?
contact with me: PM, EMAIL: [email protected], discord: wyd3x #2096
private plugins: Hunger Games, [Store] Lottery, [Store] Gamble, VIP

Last edited by wyd3x; 12-27-2015 at 02:50.
wyd3x is offline