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

Voices Management v1.0.2 (04/19/08)


Post New Thread Reply   
 
Thread Tools Display Modes
grillo
Junior Member
Join Date: Jan 2009
Location: Brasil
Old 09-08-2011 , 11:03   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #111

I'm having trouble disabling sv_alltalk 0, when I pause the VM, the command works.
I like to put a command in the config/cmds.ini Ex:
"enable VM" "command ???????" "ad" "u"
"disable VM" "command ???????" "ad" "u"
What is the comand = "command ???????"
Thanks for now
__________________

Last edited by grillo; 09-08-2011 at 12:56.
grillo is offline
Send a message via MSN to grillo
Old 01-05-2012, 12:03
Kolik
This message has been deleted by ConnorMcLeod. Reason: ot
Old 01-05-2012, 12:30
wickedd
This message has been deleted by ConnorMcLeod. Reason: ot
Kolik
New Member
Join Date: Jul 2011
Old 01-06-2012 , 06:07   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #112

ok, im sorry.
Than can i download v 1.0 somewhere?
Kolik is offline
lagayo
Junior Member
Join Date: Mar 2012
Old 05-28-2012 , 13:09   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #113

hey there i just made a translation to portuguese [pt] on voicesmanagement.txt .
Attached Files
File Type: txt voicesmanagement.txt (3.6 KB, 150 views)

Last edited by lagayo; 05-28-2012 at 13:13.
lagayo is offline
1ka
Senior Member
Join Date: Jun 2012
Old 05-17-2013 , 13:52   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #114

https://forums.alliedmods.net/showthread.php?t=216172

I need this ^^

Plugin (without additional commands) Such as +voiceadmin.
Want the admin, to hear all of the player's voice, So when anyone speaks.
Also, the admin talks, hear that everyone.
(Plugin without additional commands)

Please help me.
__________________
Sorry for my bad english.

Last edited by 1ka; 05-17-2013 at 14:54.
1ka is offline
PoLiCe
Senior Member
Join Date: Apr 2013
Location: Xen™
Old 05-18-2013 , 03:51   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #115

@ConnorMcLeod, I think you might like to add a mute menu for players,
so players can mute each other.. I hope you got my idea, Also I know there is a plugin already exist called Mute menu, maybe you would like to add it to you're plugin
__________________
PoLiCe is offline
Send a message via MSN to PoLiCe Send a message via Skype™ to PoLiCe
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-03-2013 , 05:05   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #116

If someone want to test new version (amxx 1.8.3 required !!!)

Here are new cvars and settings :

Settings (flags) :
a : hear dead terrorists
b : hear alive terrorists
c : hear dead cts
d : hear alive cts
e : hear specs

amx_vm_dead_t : which category can be heared by dead terrorists
amx_vm_alive_t : which category can be heared by alive terrorists
amx_vm_dead_ct : which category can be heared by dead counter-terrorists
amx_vm_alive_ct : which category can be heared by alive counter-terrorists
amx_vm_spec : which category can be heared by spectators


Example :
Alives can hear alives and dead/spectators can hear everyone (for public servers for example) :
Code:
amx_vm_dead_t "abcde"
amx_vm_alive_t "bd"
amx_vm_dead_ct "abcde"
amx_vm_alive_ct "bd"
amx_vm_spec "abcde"

Ts can hear Ts, CTs can hear CTs, Spec can hear everybody (for example for scrims) :
Code:
amx_vm_dead_t "ab"
amx_vm_alive_t "ab"
amx_vm_dead_ct "cd"
amx_vm_alive_ct "dc"
amx_vm_spec "abcde"
Alltalk 1 (useless to use plugin)
Code:
amx_vm_dead_t "abcde"
amx_vm_alive_t "abcde"
amx_vm_dead_ct "abcde"
amx_vm_alive_ct "abdce"
amx_vm_spec "abcde"
Alltalk 0 (useless to use plugin)
Code:
amx_vm_dead_t "a"
amx_vm_alive_t "b"
amx_vm_dead_ct "c"
amx_vm_alive_ct "d"
amx_vm_spec "e"

AMXX 1.8.3 REQUIRED !!!
Attached Files
File Type: sma Get Plugin or Get Source (Voices_Management.sma - 1563 views - 13.1 KB)
File Type: txt voicesmanagement.txt (4.0 KB, 624 views)
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 11-07-2013 at 12:55.
ConnorMcLeod is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 11-03-2013 , 06:08   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #117

Missing german phrases:
Code:
VM_LISTEN_STATUS = ^1** ^4[VM] ^1Dein AdminListen Status ist nun : ^4%s
VM_ALIVES_STATUS = ^1** ^4[VM] ^1Lebende Spieler hören ^3%L^1.
VM_DEADS_STATUS = ^1** ^4[VM] ^1Tote Spieler hören ^3%L^1.
VM_DEADS_TEAMATES = tote Teamkameraden
VM_DEADS = alle toten Spieler
VM_ALL = alle Spieler
VM_ALIVES_TEAMATES = lebende Teamkameraden
VM_ALIVES = lebende Spieler
VM_ANNOUCE = ^1** ^4[Voices Management] ^1schreibe ^3/vm ^1im Chat um die Einstellungen zu lesen
VM_MUTE_ACTIVITY_NAME = ^1** ^4[VM] ^3%s ^4hat ^1%s stummgeschaltet
VM_MUTE_ACTIVITY_NO_NAME = ^1** ^4[VM] ^1%s ^4wurde frei geschaltet
VM_UNMUTE_ACTIVITY_NAME = ^1** ^4[VM] ^3%s ^4hat  ^1%s frei geschaltet
VM_UNMUTE_ACTIVITY_NO_NAME = ^1** ^4[VM] ^1%s ^4wurde frei geschaltet
__________________

Mordekay is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-03-2013 , 06:33   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #118

Yes, and i need to add a new system to inform players about voices rules, dunno, i may use motd window.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
twiister
Senior Member
Join Date: Mar 2013
Location: Argentina
Old 11-06-2013 , 09:42   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #119

Quote:
Originally Posted by ConnorMcLeod View Post
If someone want to test new version (amxx 1.8.3 required !!!)

Here are new cvars and settings :

Settings (flags) :
a : hear dead terrorists
b : hear alive terrorists
c : hear dead cts
d : hear alive cts
e : hear specs

amx_vm_dead_t : which category can be heared by dead terrorists
amx_vm_alive_t : which category can be heared by alive terrorists
amx_vm_dead_ct : which category can be heared by dead counter-terrorists
amx_vm_alive_ct : which category can be heared by alive counter-terrorists
amx_vm_spec : which category can be heared by spectators


Example :
Alives can hear alives and dead/spectators can hear everyone (for public servers for example) :
Code:
amx_vm_dead_t "abcde"
amx_vm_alive_t "bd"
amx_vm_dead_ct "abcde"
amx_vm_alive_ct "bd"
amx_vm_spec "abcde"

Ts can hear Ts, CTs can hear CTs, Spec can hear everybody (for example for scrims) :
Code:
amx_vm_dead_t "ab"
amx_vm_alive_t "ab"
amx_vm_dead_ct "cd"
amx_vm_alive_ct "dc"
amx_vm_spec "abcde"

AMXX 1.8.3 REQUIRED !!!
Hello. The plugin only works when it is "sv_alltalk 1" .. with "sv_alltalk 0" does not work .. is it possible to arrange?
twiister is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-07-2013 , 12:56   Re: Voices Management v1.0.2 (04/19/08)
Reply With Quote #120

It shouldn't be like this, but anyway it shouldn't matter.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 13:21.


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