Raised This Month: $51 Target: $400
 12% 

Admin Sentinel - Monitor all server voice comms- Updated 4-APR-2009


Post New Thread Reply   
 
Thread Tools Display Modes
strontiumdog
Veteran Member
Join Date: Jan 2007
Location: BC, Canada
Old 06-01-2008 , 11:14   Re: Admin Sentinel - All talk for Admins
Reply With Quote #21

Quote:
Originally Posted by sirmoe View Post
Question, when a admin turns it off via the menu does it disable it for all admins or just that specific admin?
Just that specific admin.


@MoggieX: I saw your server using it with 63 players and I was afraid of this. It's set up for standard 32 max servers. But it's an easy fix. In the source code find:

PHP Code:
new g_EnemyVoice[33]
new 
g_AdminTalk[33
and change it to

PHP Code:
new g_EnemyVoice[64]
new 
g_AdminTalk[64
and recompile. In the next version, I'll change it in the source code.
__________________
Plugins | TheVille
Zombie Mod for DoD:S - l4dod.theville.org
strontiumdog is offline
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 06-01-2008 , 15:11   Re: Admin Sentinel - All talk for Admins
Reply With Quote #22

Quote:
Originally Posted by strontiumdog View Post
@MoggieX: I saw your server using it with 63 players and I was afraid of this. It's set up for standard 32 max servers. But it's an easy fix. In the source code find:

PHP Code:
new g_EnemyVoice[33]
new 
g_AdminTalk[33
and change it to

PHP Code:
new g_EnemyVoice[64]
new 
g_AdminTalk[64
and recompile. In the next version, I'll change it in the source code.
Altered and will check how it does later this evening, thanks :-)

Matt
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 06-01-2008 , 15:17   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #23

Why not just use
PHP Code:
new maxclients GetMaxClients();
new 
g_EnemyVoice[maxclients+1];
new 
g_AdminTalk[maxclients+1]; 
bl4nk is offline
komp
Junior Member
Join Date: Mar 2008
Old 06-02-2008 , 04:54   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #24

strontiumdog, can you add something like "admin only voice chat"?

Last edited by komp; 06-02-2008 at 04:56.
komp is offline
Send a message via ICQ to komp
strontiumdog
Veteran Member
Join Date: Jan 2007
Location: BC, Canada
Old 06-02-2008 , 11:36   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #25

I'm gonna have a look at it
__________________
Plugins | TheVille
Zombie Mod for DoD:S - l4dod.theville.org
strontiumdog is offline
dann
Senior Member
Join Date: Nov 2007
Old 06-02-2008 , 21:35   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #26

is there a way to make the default set to off?
dann is offline
strontiumdog
Veteran Member
Join Date: Jan 2007
Location: BC, Canada
Old 06-02-2008 , 23:42   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #27

Just added it to the existing version.
If necessary, download it again.
__________________
Plugins | TheVille
Zombie Mod for DoD:S - l4dod.theville.org

Last edited by strontiumdog; 06-03-2008 at 17:30.
strontiumdog is offline
strontiumdog
Veteran Member
Join Date: Jan 2007
Location: BC, Canada
Old 06-07-2008 , 13:31   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #28

Updated:

Added a check for the state of All Talk.
If All Talk is set to 0, it will re-enabled listening to all voice comms.
__________________
Plugins | TheVille
Zombie Mod for DoD:S - l4dod.theville.org
strontiumdog is offline
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 06-07-2008 , 15:11   Re: Admin Sentinel - Monitor all server voice comms
Reply With Quote #29

Quote:
Originally Posted by strontiumdog View Post
Updated:

Added a check for the state of All Talk.
If All Talk is set to 0, it will re-enabled listening to all voice comms.
Hi, may I suggest putting a date in the original posts title, thus makes it quicker for me & others to spot that there is an update :-)

Matt
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
Downtown1
Veteran Member
Join Date: Mar 2004
Old 06-28-2008 , 18:27   Re: Admin Sentinel - Monitor all server voice comms- Updated 7-JUN-2008
Reply With Quote #30

I am thinking this would be really nice if you could have a private conversation with someone on the (other) team using voice chat. Any way that can be added?

Like let's say sm_privateconversation <Name> and you can toggle this on and off, and during this time you can only talk to Name and Name can only talk to you?
Downtown1 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:59.


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