View Single Post
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