AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011) (https://forums.alliedmods.net/showthread.php?t=162441)

SideX 07-19-2011 05:06

[CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
 
2 Attachment(s)
VoiceMgr v2.2.2
Description:
This plugin creates ingame voice channels (like mumble). People who stay in one channel can talk only with people who also stay in that channel.

Tested only in CS:S, but maybe other games also support this

Configuration:
You can configure your channels in configs/voicemgr.channels.txt.
PHP Code:

"Channels"
{
    
"Administration"
    
{
        
"mode"        "admins"
        "flag"        "slay"
    
}
    
"Public"
    
{
        
"mode"        "public"
    
}
    
"Team Channel"
    
{
        
"mode"        "public"
        "teams"        "1"
    
}
    
"Private"
    
{
        
"mode"        "private"
        "password"    "12343"
    
}


As you can see, you can create admins only, private and public channels. For private channels you also can set password. To join private channel you need to type in console
setinfo "_vcpass" "yourpass"

Ingame commands
  • channels - display menu to choose channel
  • vc_list - prints to console list of all channels
  • vc_sc channelid - join channel by channelid (channels id you can see by typing vc_list)

Changelog:
2.2.2
  • Fixed translations (on english lang plugin did display {1} and {2} rather than names)
  • Fixed "Unknown command: channels"
2.2.1
  • Fixed translations (incorrect colors used in translations)
2.2
  • Team channels
  • Created a menu where client can choose channel
2.1.1
  • Added feature set admin flag to admin channels
  • Fixed translations

Groger 07-19-2011 05:58

Re: VoiceMgr
 
Woow! This can be one hell of a nice feature for our donaters.

You might wanna concider adding a cvar only people the flag "xxxx" kan enter a certain channel?

SideX 07-19-2011 06:30

Re: VoiceMgr
 
Updated to 2.1.1
Added feature set admin flag to admin channels
Fixed translations

Despirator 07-19-2011 09:45

Re: [CS:S] VoiceMgr v2.1.1
 
what about team channel?

TnTSCS 07-19-2011 09:58

Re: [CS:S] VoiceMgr v2.1.1
 
I'll give this a whirl - thanks :)

napalm00 07-19-2011 10:02

Re: [CS:S] VoiceMgr v2.1.1
 
Quote:

Originally Posted by TnTSCS (Post 1513801)
I'll give this a whirl - thanks :)

and so will I!
very very smart idea, I just thinking yesterday about a trade voice chat (it's faster than the normal chat)

mafiaman1564 07-20-2011 21:00

Re: [CS:S] VoiceMgr v2.1.1
 
Hey this is an awesome plugin but I was wondering if you could make it so that there is a menu to connect to other channels so that you dont have to type /vc_sc everytime. For example someone can type !settings and then go to the channel.

Groger 07-21-2011 05:07

Re: [CS:S] VoiceMgr v2.1.1
 
Quote:

Originally Posted by mafiaman1564 (Post 1514966)
Hey this is an awesome plugin but I was wondering if you could make it so that there is a menu to connect to other channels so that you dont have to type /vc_sc everytime. For example someone can type !settings and then go to the channel.

Yes plz :D

SideX 07-21-2011 08:40

Re: [CS:S] VoiceMgr v2.2
 
Updated to 2.2
Team channels
Created a menu where client can choose channel

mafiaman1564 07-21-2011 16:15

Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
 
Thanks so much man your awesome!


All times are GMT -4. The time now is 03:41.

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