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

[CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)


Post New Thread Reply   
 
Thread Tools Display Modes
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 07-22-2011 , 02:27   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #11

It works, but says {1} has been transferred to {2} channel, in the chat area, rather than the names.
Running with TF2.

EDIT: Fixed

PHP Code:
"Phrases"
{
    
"ChangeChannel"
    
{
        
"#format"    "{1:s},{2:s}"
        "en"        "{olive}[VoiceMgr 2.0] {1} {default}has been transfered into {olive}{2} {default}channel"
    
}
    
"NotRegistered"
    
{
        
"#format"    "{1:s}"
        "en"        "{olive}[VoiceMgr 2.0] {default}Channel with id {olive}{1} {default}not registered in system"
    
}
    
"AlreadyIn"
    
{
        
"en"        "{olive}[VoiceMgr 2.0] {default}You already joined this channel"
    
}
    
"AdminsOnly"
    
{
        
"en"        "{olive}[VoiceMgr 2.0] {default}This channel is only for admins"
    
}
    
"InvalidFlag"
    
{
        
"#format"    "{1:s}"
        "en"        "{olive}[VoiceMgr 2.0] {default}This channel is only for admins with flag '{olive}{1}{default}'"
    
}
    
"Private1"
    
{
        
"en"        "{olive}[VoiceMgr 2.0] {default}This channel is private. You must set correct password to join it"
    
}
    
"Private2"
    
{
        
"en"        "{olive}[VoiceMgr 2.0] {default}Type in console: setinfo \"_vcpass\" \"password\""
    
}
    
"ListChannels"
    
{
        
"en"        "{olive}[VoiceMgr 2.0] {default}Channels list printed to your console"
    
}


Last edited by StrikerMan780; 07-22-2011 at 03:50.
StrikerMan780 is offline
bobthebuilder
SourceMod Donor
Join Date: Dec 2010
Location: Randers/Denmark/Earth
Old 07-22-2011 , 20:00   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #12

why havent this been aproved yet?
bobthebuilder is offline
Send a message via Skype™ to bobthebuilder
duydangle
Senior Member
Join Date: May 2010
Old 07-23-2011 , 03:17   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #13

People in the same channel can talk to each other, whether they are alive or dead, right?
duydangle is offline
SideX
Senior Member
Join Date: Jun 2010
Location: Ukraine, Melitopol.
Old 07-23-2011 , 03:27   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #14

Quote:
Originally Posted by duydangle View Post
People in the same channel can talk to each other, whether they are alive or dead, right?
yeah
SideX is offline
duydangle
Senior Member
Join Date: May 2010
Old 07-23-2011 , 06:26   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #15

When switch to 1 channel, it always say: [VoiceMgr 2.0] {1} has been transfered into {2} channel

//When i say channels in console, it works but console still says: unknown command.
duydangle is offline
SideX
Senior Member
Join Date: Jun 2010
Location: Ukraine, Melitopol.
Old 07-23-2011 , 06:33   Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)
Reply With Quote #16

Quote:
Originally Posted by duydangle View Post
When switch to 1 channel, it always say: [VoiceMgr 2.0] {1} has been transfered into {2} channel

//When i say channels in console, it works but console still says: unknown command.
Thanks to your reply, I'll fix that.

StrikerMan780, thanks for your fix

Last edited by SideX; 07-23-2011 at 06:37.
SideX is offline
SideX
Senior Member
Join Date: Jun 2010
Location: Ukraine, Melitopol.
Old 07-23-2011 , 06:42   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #17

Updated to 2.2.2
Fixed translations (on english lang plugin did display {1} and {2} rather than names)
Fixed "Unknown command: channels"
SideX is offline
duydangle
Senior Member
Join Date: May 2010
Old 07-23-2011 , 12:33   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #18

This plugin works flawlessly between dead and alive people; but while using this plugin with warmod to replace zblock (I think zblock use many resources, and my server cannot handle it), I am having some problems:
- When people is auto-swapped between halfs, they can't hear anything anymore. This can be resolved by change the channel, and rejoin the old channel.
- There should be a command like: !vcp_list, so people can know who is in their channel.
- I think this plugin is very useful for war server, especially warmod. So just a suggest, can you integrate to warmod, like when warmod is on, and player on the same team going to the same channel, joining the team's channel is locked. (just an idea )

Thanks for making this plugin.
duydangle is offline
SideX
Senior Member
Join Date: Jun 2010
Location: Ukraine, Melitopol.
Old 07-23-2011 , 13:26   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #19

Quote:
Originally Posted by duydangle View Post
This plugin works flawlessly between dead and alive people; but while using this plugin with warmod to replace zblock (I think zblock use many resources, and my server cannot handle it), I am having some problems:
- When people is auto-swapped between halfs, they can't hear anything anymore. This can be resolved by change the channel, and rejoin the old channel.
- There should be a command like: !vcp_list, so people can know who is in their channel.
- I think this plugin is very useful for war server, especially warmod. So just a suggest, can you integrate to warmod, like when warmod is on, and player on the same team going to the same channel, joining the team's channel is locked. (just an idea )

Thanks for making this plugin.
Thanks for your reply, i'll think about that ideas.
SideX is offline
duydangle
Senior Member
Join Date: May 2010
Old 07-23-2011 , 22:54   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #20

Quote:
Originally Posted by duydangle View Post
- When people is auto-swapped between halfs, they can't hear anything anymore. This can be resolved by change the channel, and rejoin the old channel.
This is the bug, I think it should be fixed soo.
Quote:
Originally Posted by duydangle View Post

- There should be a command like: !vcp_list, so people can know who is in their channel.
I think this should be added soon, so people can check the opposite team is in their channel or not.

Thanks for keep watching.

Quote:
"teams" "1"
What does this mean?

Last edited by duydangle; 07-23-2011 at 23:50.
duydangle is offline
Reply


Thread Tools
Display Modes

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:53.


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