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

[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-24-2011 , 14:57   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #21

It turns out using setinfo "_vcpass" "password" to get into private channels doesn't work, even if the password is right. It still asks for it.

Edit: Also, I am getting this error:

Code:
L 07/27/2011 - 23:57:10: [SM] Native "SetListenOverride" reported: Receiver client index 0 is invalid
L 07/27/2011 - 23:57:10: [SM] Displaying call stack trace for plugin "voicemgr.smx":
L 07/27/2011 - 23:57:10: [SM]   [0]  Line 260, voicemgr.sp::RefreshClientChannel()
L 07/27/2011 - 23:57:10: [SM]   [1]  Line 97, voicemgr.sp::EventPlayerTeam()

Last edited by StrikerMan780; 07-28-2011 at 01:27.
StrikerMan780 is offline
duydangle
Senior Member
Join Date: May 2010
Old 07-29-2011 , 11:37   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #22

Please fix this plugin, it is compromising.
duydangle is offline
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 07-29-2011 , 21:54   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #23

Hi

Can you please add the option for CTs can be heard on all channels?
nomy is offline
BFBombi
Junior Member
Join Date: Jul 2011
Old 08-01-2011 , 15:10   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #24

Hi

Can you add county chanels ? When player connect from US him put to channel "English" and other countries.
BFBombi is offline
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 09-17-2011 , 13:03   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #25

Is the creator of the plugin going to monitor this thread? There's a considerable issue, I reported before that prevents full proper functionality of the plugin...
StrikerMan780 is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 10-27-2011 , 10:56   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #26

I'm working on a extended version of your plugin.
It's customized for my CS:S Minigmaes server.

I will not add seperate country channels!

Public channel is the first channel in your config (id=0, if not set)
If you use team channel mode --> invite has to be disabled!

Commands:
!vc - Channel choose menu
!vci - Invite someone into your channel
!vck - Kick players out of your channel (admins only)
!vcs - set channel
!vcl - list channels (with channel passwords if admin)

V 1.1
- FIXED Private Channels
- ADDED german translation

V 1.2
- ADDED cvar to show all players with channel @ public channel

V 1.3
- FIXED hud bugs of v1.2

V1.4
- IMPROVED hud output
- ADDED cvar to allow admins ignore channel password
- ADDED cvar to set public chanel id
- RE-ADDED !vcs to set channels
- RE-ADDED !vcl to list channels (with passwords if admin)

PHP Code:
// Can Admins join private channels without password? (0=disable; 1=enable)
// -
// Default: "1"
vc_admin_ingore_channel_pw "1"

// Enable VoiceMgr (0=disable; 1=enable)
// -
// Default: "1"
vc_enable "1"

// Enable channel HUD (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_enable "1"

// Show !vc? (0=disable; 1=ever; 2=only in public channel)
// -
// Default: "2"
vc_hud_show_channel_cmd "2"

// Show !vci? (0=disable; 1=ever; 2=only if public channel is not empty)
// -
// Default: "2"
vc_hud_show_invite_cmd "2"

// Show invites left (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_show_invites "1"

// Show count of online players in channel (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_show_player_count "1"

// Show channels channel list instead if current channel is public channel (0=disable; 1=only not empty 2=all channels [!only 254 chars can be displayed])
// -
// Default: "1"
vc_hud_show_public_all "1"

// Show yourself listed (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_show_self "1"

// Show [ALIVE] & [DEAD] behind name (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_show_status "1"

// Show team tags in front of name (0=disable; 1=enable)
// -
// Default: "1"
vc_hud_show_team "1"

// Enable invite cmd (0=disable; 1=enable)
// -
// Default: "1"
vc_intive_enable "1"

// Only admins can invite (0=disable; 1=enable)
// -
// Default: "0"
vc_invite_admin_only "0"

// Can non-admins invite admins? (0=disable; 1=enable)
// -
// Default: "1"
vc_invite_admins "1"

// Max. invites per map for non-admins (0=unl.)
// -
// Default: "3"
vc_invite_max "3"

// Only invite player if they are in public channel (0=disable; 1=enable)
// -
// Default: "1"
vc_invite_public_only "1"

// Id of your public channel
// -
// Default: "0"
vc_public_channel_id "0"

// Show channel transfer msg if client connected (0=disable; 1=enable)
// -
// Default: "0"
vc_show_incoming "0"

// Store last channel? (0=disable; 1=enable)
// -
// Default: "1"
vc_store_channel "1"

// VoiceMgr Version
// -
// Default: "1.4"
voicemgr_version "1.4" 
Its only a beta code, please report bugs to me.




PLUGIN MOVED TO http://forums.alliedmods.net/showthread.php?t=172594
__________________

Last edited by zipcore; 11-25-2011 at 09:42.
zipcore is offline
Hekjuh
AlliedModders Donor
Join Date: Feb 2011
Location: Holland
Old 10-27-2011 , 11:05   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #27

Wow, this is awesome! @zipcore can't wait!
Hekjuh is offline
kaskull
Member
Join Date: Nov 2010
Old 10-27-2011 , 14:58   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #28

Incredible!!! NICE WORK!!!
Any way to create a chanel with password?
__________________
kaskull is offline
Send a message via Skype™ to kaskull
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 10-27-2011 , 17:51   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #29

uploaded my own version here http://forums.alliedmods.net/showpos...6&postcount=26
__________________
zipcore is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 10-28-2011 , 10:47   Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)
Reply With Quote #30

download: http://forums.alliedmods.net/showpos...6&postcount=26

V 1.1
- FIXED Private Channels
- ADDED german translation
__________________

Last edited by zipcore; 10-28-2011 at 10:49.
zipcore 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 10:59.


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