AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Voice Admin Only (https://forums.alliedmods.net/showthread.php?t=84335)

xPaw 01-24-2009 14:39

Voice Admin Only
 
2 Attachment(s)
Voice Admin Only
By xPaw

Description :
This simple plugin mutes all players except admins, now admins can play good music via HLSS.
Cvar :
sv_voiceadminonly 0/1 - allow/disable voice admin only (default: 1)
Credits :
  • ConnorMcLeod - For his Voice Management plugin.

FakeNick 01-24-2009 14:40

Re: Voice Admin Only
 
Nice, nice :). +Karma.

KadiR 01-24-2009 14:43

Re: Voice Admin Only
 
nice job :) +karma

xPaw 01-24-2009 14:44

Re: Voice Admin Only
 
thanks flooders :D

TeddyDesTodes 01-24-2009 15:42

Re: Voice Admin Only
 
hehe

tuty 01-24-2009 17:03

Re: Voice Admin Only
 
what can i say?

good plugin :)

Hawk552 02-05-2009 22:18

Re: Voice Admin Only
 
This plugin is well done.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approved.

xPaw 02-06-2009 07:33

Re: Voice Admin Only
 
thanks ;)

M1R0n,M' 02-06-2009 08:43

Re: Voice Admin Only
 
good job ;-]

kobri 10-09-2009 06:05

Re: Voice Admin Only
 
Code:

if(!g_bAdmin[iSender]) {
                client_print(iSender, print_chat, "Voiceblock!!!");
                engfunc(EngFunc_SetClientListening, iReceiver, iSender, false);
                forward_return(FMV_CELL, false);
                return FMRES_SUPERCEDE;
        }

Any ideas why this does not work?


All times are GMT -4. The time now is 10:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.